Moved widget titles to variables and added icons.

This commit is contained in:
Jakob Friedl
2025-10-09 13:01:51 +02:00
parent 4e0eae77b8
commit 3259040daa
3 changed files with 21 additions and 16 deletions

View File

@@ -1 +1,9 @@
const CONQUEST_ROOT* {.strdefine.} = ""
import ../utils/fonticon/IconsFontAwesome6
const CONQUEST_ROOT* {.strdefine.} = ""
const WIDGET_SESSIONS* = " " & ICON_FA_LIST & " " & "Sessions [Table View]"
const WIDGET_LISTENERS* = " " & ICON_FA_HEADPHONES & " " & "Listeners"
const WIDGET_EVENTLOG* = "Eventlog"
const WIDGET_DOWNLOADS* = " " & ICON_FA_DOWNLOAD & " " & "Downloads"
const WIDGET_SCREENSHOTS* = " " & ICON_FA_IMAGE & " " & "Screenshots"