From 79a22a493c97530aaa62eb683417961866f8a3d7 Mon Sep 17 00:00:00 2001 From: rokosun Date: Fri, 27 Oct 2023 16:43:56 +0200 Subject: [PATCH] Add note saying some apps need to be reopened --- themeSwitcher.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themeSwitcher.nim b/themeSwitcher.nim index b403bae..2c046a7 100644 --- a/themeSwitcher.nim +++ b/themeSwitcher.nim @@ -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="NOTE: Some apps need to be reopened for the theme to be applied." for y, themeStyle in themeStyles: # Horizontal box Box(orient = OrientX, spacing = 5):