show active apps

This commit is contained in:
Ashley Wulber 2021-12-21 13:01:32 -05:00
parent ad6f147546
commit 03300c788a
9 changed files with 113 additions and 339 deletions

View file

@ -31,7 +31,6 @@
<child>
<object class="GtkListView" id="saved_app_list_view">
<property name="orientation">horizontal</property>
<property name="hexpand">true</property>
</object>
</child>
<child>
@ -44,9 +43,8 @@
</object>
</child>
<child>
<object class="GtkListView" id="unsaved_open_app_list_view">
<object class="GtkListView" id="active_app_list_view">
<property name="orientation">horizontal</property>
<property name="hexpand">true</property>
</object>
</child>
</object>