Add note saying some apps need to be reopened

This commit is contained in:
Rokosun 2023-10-27 16:43:56 +02:00
parent 69867e2af9
commit 79a22a493c
1 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,10 @@ method view(app: AppState): Widget =
# Vertical box
Box(orient = OrientY, margin = 7, spacing = 5):
Label:
text= "A Theme Switcher for TROMjaro's default theme-set (Colloid) and icon-set (Zafiro)."
text="A Theme Switcher for TROMjaro's default theme-set (Colloid) and icon-set (Zafiro)."
Label {.vAlign: AlignStart.}:
useMarkup = true
text="<span size='small'>NOTE: Some apps need to be reopened for the theme to be applied.</span>"
for y, themeStyle in themeStyles:
# Horizontal box
Box(orient = OrientX, spacing = 5):