diff options
author | saturneric <[email protected]> | 2024-08-05 16:55:32 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-05 16:55:32 +0000 |
commit | 795a81bd1edad59ef51e73157b5ad68cfa30e328 (patch) | |
tree | fd9c4da2f1389f0a236d806e005cabb9f5ceab41 /src/ui/main_window/MainWindowUI.cpp | |
parent | fix: build pipeline (diff) | |
parent | fix: unchecking some check boxes at gnupg controller will not restart (diff) | |
download | GpgFrontend-795a81bd1edad59ef51e73157b5ad68cfa30e328.tar.gz GpgFrontend-795a81bd1edad59ef51e73157b5ad68cfa30e328.zip |
fix: according to issues and test, apply some fixesv2.1.4
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index 49889c06..d0866415 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -168,6 +168,7 @@ void MainWindow::create_actions() { &MainWindow::slot_clean_double_line_breaks); open_settings_act_ = new QAction(tr("Settings"), this); + open_settings_act_->setIcon(QIcon(":/icons/setting.png")); open_settings_act_->setToolTip(tr("Open settings dialog")); open_settings_act_->setMenuRole(QAction::PreferencesRole); open_settings_act_->setShortcut(QKeySequence::Preferences); |