diff options
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r-- | gui/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 89316f9e..52494ff8 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -394,7 +394,7 @@ void MainWindow::refresh_config_list(bool warn) ui.iconcomboProfile->setCurrentText(current); } - options::detail::bundler::refresh_all_bundles(true); + options::detail::bundler::refresh_all_bundles(); } } else |