Set icon name for the window
Now the app icon will show up on the XFCE workspace window.
This commit is contained in:
parent
fecf256387
commit
da19079258
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user