summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-06-23 20:23:59 +0200
committerTannin <devnull@localhost>2014-06-23 20:23:59 +0200
commit7b4582c1b1f495100f0baa83767878c37cf9724e (patch)
tree20b433ffc1f8e5552cb65325577f8e04f3271bc1 /src/mainwindow.cpp
parente22aeca3ff979238f701683429869f7556116407 (diff)
- adjusted mod load order in hook.dll to match the one from the UI
- bugfix: fnis checker took files in archives into consideration for hashing
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e6723fc1..08fdcee7 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4009,6 +4009,7 @@ void MainWindow::linkToolbar()
const Executable &selectedExecutable = ui->executablesListBox->itemData(ui->executablesListBox->currentIndex()).value<Executable>();
Executable &exe = m_ExecutablesList.find(selectedExecutable.m_Title);
exe.m_Toolbar = !exe.m_Toolbar;
+ ui->linkButton->menu()->actions().at(2)->setIcon(exe.m_Toolbar ? QIcon(":/MO/gui/remove") : QIcon(":/MO/gui/link"));
updateToolBar();
}