Skip to content

Commit

Permalink
Merge branch 'elanthia-online:staging' into drinfomon_core_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 13, 2024
2 parents 161b4c0 + 698f0d3 commit 75768f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main/argv_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
end
if defined?(Gtk)
@theme_state = Lich.track_dark_mode = @argv_options[:dark_mode]
Gtk::Settings.default.gtk_application_prefer_dark_theme = true if @theme_state == true
end
else
bad_args.push(arg)
Expand Down

0 comments on commit 75768f9

Please sign in to comment.