changeset 30711:7fe4b83eb425 stable

Fix missig welcome wizard at first start of octave * octave-qobject.cc (base_qobject::base_qobject): create settings file only when not starting the gui
author Torsten Lilge <ttl-octave@mailbox.org>
date Sat, 05 Feb 2022 21:50:10 +0100
parents 23093b480b1a
children fc90556a0356 ef8b02fc4588
files libgui/src/octave-qobject.cc
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/octave-qobject.cc	Sat Feb 05 13:54:02 2022 +0100
+++ b/libgui/src/octave-qobject.cc	Sat Feb 05 21:50:10 2022 +0100
@@ -258,12 +258,6 @@
     connect (qt_link (), &qt_interpreter_events::copy_image_to_clipboard_signal,
              this, &base_qobject::copy_image_to_clipboard);
 
-    // Get settings file.
-    m_resource_manager.reload_settings ();
-
-    // After settings.
-    config_translators ();
-
     connect (qt_link (), &qt_interpreter_events::show_documentation_signal,
              this, &base_qobject::show_documentation_window);