Skip to content

Commit

Permalink
Stop preffering dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Sep 5, 2023
1 parent eba303b commit 9728d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def __init__(self):
self.create_action("retry_connect", self.on_retry_connect_action)

def do_activate(self):
Adw.StyleManager.get_default().set_color_scheme(Adw.ColorScheme.PREFER_DARK) # TODO: Should i prefer or force dark? or maybe just use the system settings?

self.win = self.props.active_window
if not self.win:
self.win = SpeedtestWindow(application=self)
Expand Down

0 comments on commit 9728d46

Please sign in to comment.