mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
gui: Change default view
This commit is contained in:
@@ -129,11 +129,6 @@ export component App inherits Window {
|
||||
preferred-height: 700px;
|
||||
preferred-width: 480px;
|
||||
TabWidget {
|
||||
Tab {
|
||||
title: "Settings";
|
||||
SettingsView { }
|
||||
}
|
||||
|
||||
Tab {
|
||||
title: "Add";
|
||||
AddView {
|
||||
@@ -147,5 +142,10 @@ export component App inherits Window {
|
||||
list <=> State.list;
|
||||
}
|
||||
}
|
||||
|
||||
Tab {
|
||||
title: "Settings";
|
||||
SettingsView { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user