Skip to content

Commit

Permalink
V2 Cinema Mode- Hotfix stability
Browse files Browse the repository at this point in the history
  • Loading branch information
fnyaker committed Jul 13, 2023
1 parent e9c371e commit db904fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def __init__(self, *args, **kwargs):
self.NormalBox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
self.ImmersiveBox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)

#self.lightbar = Gtk.LevelBar(orientation=Gtk.Orientation.HORIZONTAL)
#self.lightbar.set_min_value(0)
#self.lightbar.set_max_value(255)
self.lightbar = Gtk.LevelBar(orientation=Gtk.Orientation.HORIZONTAL)
self.lightbar.set_min_value(0)
self.lightbar.set_max_value(255)

self.set_child(self.Mainbox)
self.initModeSelect()
Expand Down

0 comments on commit db904fb

Please sign in to comment.