Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 945b110

Browse files
committed
Add close button and remove import from sidebar.slint
1 parent 1620cfa commit 945b110

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

ui/main.slint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { StandardButton, VerticalBox, Button, HorizontalBox, Spinner, StyleMetri
66
import { Images } from "components/images.slint";
77
import { LiveISO } from "pages/liveiso.slint";
88
import { Callbacks } from "components/callbacks.slint";
9-
import { SideBar} from "components/sidebar.slint";
109
import { FirstStart } from "pages/firststart.slint";
1110
import { Donation } from "pages/donation.slint";
1211

ui/pages/firststart.slint

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,17 @@ export component FirstStart {
224224
}
225225
}
226226

227-
CheckBox {
228-
text: "Launch on Startup";
229-
checked: true;
227+
HorizontalBox {
228+
CheckBox {
229+
text: "Launch on Startup";
230+
checked: true;
231+
}
232+
233+
StandardButton {
234+
kind: close;
235+
height: 48px;
236+
width: 200px;
237+
}
230238
}
231239
}
232240
}

0 commit comments

Comments
 (0)