Add window title and icon

This commit is contained in:
2026-06-29 21:07:29 +02:00
parent b6fbe3a04f
commit 53a88b3192
+3
View File
@@ -18,6 +18,9 @@ export component AppWindow inherits Window {
out property <length> window-height: self.height; out property <length> window-height: self.height;
out property <View> view: View.Timeline; out property <View> view: View.Timeline;
title: "immich-rs";
icon: @image-url("../assets/immich-logo.svg");
// Do not base preferred-width on children // Do not base preferred-width on children
preferred-width: 480px; preferred-width: 480px;