musicus/data/res/window.blp

14 lines
280 B
Text
Raw Normal View History

2023-06-18 14:33:53 +02:00
using Gtk 4.0;
using Adw 1;
template $MusicusWindow : Adw.ApplicationWindow {
title: _("Musicus");
default-width: 800;
default-height: 600;
2023-06-18 14:33:53 +02:00
2023-09-15 10:12:36 +02:00
Adw.NavigationView navigation_view {
$MusicusWelcomePage {
folder-selected => $set_library_folder() swapped;
}
}
2023-06-18 14:33:53 +02:00
}