diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main-window.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 6a7be89f..d049facc 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -671,13 +671,13 @@ bool MainWindow::set_profile(const QString& new_name_) ui.iconcomboProfile->setCurrentText(new_name); set_profile_in_registry(new_name); + set_title(); + options::detail::bundler::refresh_all_bundles(); + // migrations are for config layout changes and other user-visible // incompatibilities in future versions run_migrations(); - set_title(); - options::detail::bundler::refresh_all_bundles(); - return true; } |