Skip to content

Commit

Permalink
chore: improve 'Enable GUI' tooltip text in QuickPreferencesDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jul 9, 2024
1 parent b08c7f9 commit fd40bb2
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ class QuickPreferencesDialog : JDialog() {
newLines(2)
text("Consider using ")
boldText(SharedConstants.DISABLE_GUI_ARG_NAME)
text(" as a launch argument to disable the GUI. This ensures smooth execution, ")
text(" as a launch argument to disable the GUI. ")
text("This ensures smooth execution, ")
newLine()
text("avoiding potential unexpected behavior during configuration file loading.")
newLines(2)
text("Because this property will be stored in the config file, if an error happened while loading the ")
text("config file and your system support GUI,")
text("Because this property will be stored in the config file, ")
newLine()
text("if an error happened while loading the config file and your system support GUI,")
newLine()
if (SharedConstants.GUI_ENABLED_WHEN_AVAILABLE_DEFAULT) {
text("will use GUI mode even if you specified to not use it in the config file.")
Expand Down

0 comments on commit fd40bb2

Please sign in to comment.