add icon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user