Add note saying some apps need to be reopened
This commit is contained in:
parent
69867e2af9
commit
79a22a493c
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user