Merge pull request 'Settings: raise window' (#167) from tobtoht/feather:settings_bring_to_front into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/167
This commit is contained in:
tobtoht 2020-11-24 20:17:24 +00:00
commit 76da957b81
1 changed files with 2 additions and 0 deletions

View File

@ -1011,7 +1011,9 @@ void MainWindow::menuAboutClicked() {
}
void MainWindow::menuSettingsClicked() {
m_windowSettings->raise();
m_windowSettings->show();
m_windowSettings->activateWindow();
}
void MainWindow::menuSignVerifyClicked() {