diff --git a/tromjaroWelcomeApp.nim b/tromjaroWelcomeApp.nim index ab7db92..1b043f2 100644 --- a/tromjaroWelcomeApp.nim +++ b/tromjaroWelcomeApp.nim @@ -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