Skip to content

Commit 0f9dd46

Browse files
committed
feat: Port MainWindow to use subclassing
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 13f5d7c commit 0f9dd46

File tree

12 files changed

+1809
-1652
lines changed

12 files changed

+1809
-1652
lines changed

assets/resources/assistant.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Gtk 4.0;
22
using Adw 1;
33

4-
Adw.ApplicationWindow main-window {
4+
template $MainWindow: Adw.ApplicationWindow {
55
default-width: 960;
66
default-height: 540;
77
title: _("Multiplex");

0 commit comments

Comments
 (0)