From 7b4582c1b1f495100f0baa83767878c37cf9724e Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 23 Jun 2014 20:23:59 +0200 Subject: - 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 --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') 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 &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(); } -- cgit v1.3.1