aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-07-23 11:33:42 +0000
committerSaturneric <[email protected]>2022-07-23 11:33:42 +0000
commitda9494c35e1d405fcd2c645159236a3e05deb934 (patch)
tree5abb7be4f3471fd770c7e5cd25f33efc45441f42 /src/ui/main_window/MainWindow.cpp
parentfix(ci): delete ubuntu 18.04 from deb package build (diff)
downloadGpgFrontend-da9494c35e1d405fcd2c645159236a3e05deb934.tar.gz
GpgFrontend-da9494c35e1d405fcd2c645159236a3e05deb934.zip
fix(ui): fix button style problem
Diffstat (limited to '')
-rw-r--r--src/ui/main_window/MainWindow.cpp3
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";