summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-28 06:37:50 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-28 06:37:50 -0500
commitf01fe9ce7c17bc9697286b49f03534a45d3daaa4 (patch)
tree143316eabdf57c891e03fcecf8ae8588b5f03868 /src/mainwindow.cpp
parente43f6e6f377353aec849a4fd7b69315c538bcf94 (diff)
refresh action, added in toolbar and menu
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 0f5b15e3..31b82d62 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -487,7 +487,6 @@ MainWindow::MainWindow(Settings &settings
new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Enter), this, SLOT(openExplorer_activated()));
new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Return), this, SLOT(openExplorer_activated()));
- new QShortcut(QKeySequence::Refresh, this, SLOT(refreshProfile_activated()));
setFilterShortcuts(ui->modList, ui->modFilterEdit);
setFilterShortcuts(ui->espList, ui->espFilterEdit);
@@ -2292,6 +2291,11 @@ void MainWindow::on_actionInstallMod_triggered()
installMod();
}
+void MainWindow::on_action_Refresh_triggered()
+{
+ refreshProfile_activated();
+}
+
void MainWindow::on_actionAdd_Profile_triggered()
{
for (;;) {