Set icon name for the window

Now the app icon will show up on the XFCE workspace window.
This commit is contained in:
Rokosun 2023-11-05 10:48:31 +01:00
parent fecf256387
commit da19079258
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ method view(app: AppState): Widget =
Window:
title = "TROMjaro Welcome"
defaultSize = (900, 600)
iconName = "tromjaro-welcome-app"
Box(orient = OrientY, margin = 20, spacing = 15):
Label:
useMarkup = true