This commit is contained in:
Julian Freeman
2026-03-01 00:55:02 -04:00
parent 18786607b1
commit cb9088e8b0
8 changed files with 77 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ use chrono::{Local, Timelike};
slint::slint! {
export component AppWindow inherits Window {
title: "Modern Clock";
icon: @image-url("../assets/icon.png");
no-frame: true;
background: transparent;
always-on-top: root.is_on_top;