Add a notice about ignored command-line options in GUI mode

This commit is contained in:
Stéphane Lesimple
2025-04-14 21:01:32 +02:00
parent 0b5b9c9f9e
commit 0d7a8cc22b

View File

@@ -1074,6 +1074,9 @@ int main(int argc, char *argv[])
}
}
/* Going to use the GUI, tell the user most command-line options are ignored as we're restoring the GUI prefs */
PrintCLI(_("Using GUI mode: most command-line options are ignored. Look at the preferences in the GUI instead.\n"));
Closure->guiMode = TRUE;
GuiReadDotfile();
GuiCreateMainWindow(&argc, &argv);