mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
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:
commit
76da957b81
1 changed files with 2 additions and 0 deletions
|
@ -1011,7 +1011,9 @@ void MainWindow::menuAboutClicked() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::menuSettingsClicked() {
|
void MainWindow::menuSettingsClicked() {
|
||||||
|
m_windowSettings->raise();
|
||||||
m_windowSettings->show();
|
m_windowSettings->show();
|
||||||
|
m_windowSettings->activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::menuSignVerifyClicked() {
|
void MainWindow::menuSignVerifyClicked() {
|
||||||
|
|
Loading…
Reference in a new issue