Made model manager navigatable by keyboard

This commit is contained in:
jeffser
2024-08-05 16:45:26 -06:00
parent 7999548738
commit 2b948a49a0
2 changed files with 22 additions and 4 deletions

View File

@@ -530,7 +530,7 @@
</child>
<child>
<object class="GtkListBox" id="available_model_list_box">
<property name="selection-mode">single</property>
<property name="selection-mode">none</property>
<style>
<class name="boxed-list"/>
</style>
@@ -593,7 +593,7 @@
<child>
<object class="GtkListBox" id="model_tag_list_box">
<property name="valign">1</property>
<property name="selection-mode">single</property>
<property name="selection-mode">none</property>
<style>
<class name="boxed-list"/>
</style>