mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-12 15:24:14 +03:00
lvgui: Use the NixOS theme
This commit is contained in:
parent
5a7d09bcd6
commit
4ee19f9048
@ -14,7 +14,7 @@ module LVGUI
|
||||
def initialize()
|
||||
super()
|
||||
# Initializes LVGUI things if required...
|
||||
LVGUI.init
|
||||
LVGUI.init(theme: :nixos)
|
||||
|
||||
# Preps a basic display
|
||||
@screen = Screen.new()
|
||||
|
Loading…
Reference in New Issue
Block a user