Move tutorials to interface layer

This commit is contained in:
LoafyLemon 2024-05-16 14:33:28 +01:00
parent 93c0b24da0
commit ac10302a69
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ default _tooltip = None
screen tooltip():
layer "interface"
tag tooltip
zorder 5
zorder 10
style_prefix "tooltip"
if settings.get("tooltip") and getattr(store, "_tooltip", None):

View File

@ -35,6 +35,8 @@ label tutorial(entry):
screen tutorial(entry):
modal True
layer "interface"
zorder 5
add "gui_fade"