diff options
author | Saturneric <[email protected]> | 2022-07-23 11:33:42 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-23 11:33:42 +0000 |
commit | da9494c35e1d405fcd2c645159236a3e05deb934 (patch) | |
tree | 5abb7be4f3471fd770c7e5cd25f33efc45441f42 /src/ui/main_window/MainWindow.cpp | |
parent | fix(ci): delete ubuntu 18.04 from deb package build (diff) | |
download | GpgFrontend-da9494c35e1d405fcd2c645159236a3e05deb934.tar.gz GpgFrontend-da9494c35e1d405fcd2c645159236a3e05deb934.zip |
fix(ui): fix button style problem
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index 8260934f..e3e4c0ab 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -167,6 +167,9 @@ void MainWindow::restore_settings() { bool save_key_checked = true; general.lookupValue("save_key_checked", save_key_checked); + // set appearance + import_button_->setToolButtonStyle(icon_style_); + try { LOG(INFO) << "restore settings default_key_checked"; |