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:
|
Window:
|
||||||
title = "TROMjaro Welcome"
|
title = "TROMjaro Welcome"
|
||||||
defaultSize = (900, 600)
|
defaultSize = (900, 600)
|
||||||
|
iconName = "tromjaro-welcome-app"
|
||||||
Box(orient = OrientY, margin = 20, spacing = 15):
|
Box(orient = OrientY, margin = 20, spacing = 15):
|
||||||
Label:
|
Label:
|
||||||
useMarkup = true
|
useMarkup = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user