From 53a88b319232cef3b74bd6b27ff4333c9a9350ec Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 29 Jun 2026 21:07:29 +0200 Subject: [PATCH] Add window title and icon --- ui/app-window.slint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/app-window.slint b/ui/app-window.slint index 777d236..b6d9c00 100644 --- a/ui/app-window.slint +++ b/ui/app-window.slint @@ -18,6 +18,9 @@ export component AppWindow inherits Window { out property window-height: self.height; out property view: View.Timeline; + title: "immich-rs"; + icon: @image-url("../assets/immich-logo.svg"); + // Do not base preferred-width on children preferred-width: 480px;