Instant launch!

This commit is contained in:
jeffser
2024-08-31 18:24:53 -06:00
parent cee360d5a2
commit ee998d978f
3 changed files with 66 additions and 28 deletions

View File

@@ -393,6 +393,27 @@
</child>
</object>
<object class="AdwDialog" id="launch_dialog">
<accessibility>
<property name="label" translatable="yes">Loading Alpaca dialog</property>
</accessibility>
<property name="width-request">400</property>
<property name="can-close">false</property>
<child>
<object class="AdwStatusPage" id="launch_status">
<property name="icon_name">com.jeffser.Alpaca</property>
<property name="title" translatable="yes">Loading Alpaca...</property>
<property name="child">
<object class="GtkLevelBar" id="launch_level_bar">
<property name="mode">1</property>
<property name="min-value">0</property>
<property name="max-value">5</property>
</object>
</property>
</object>
</child>
</object>
<object class="AdwDialog" id="manage_models_dialog">
<accessibility>
<property name="label" translatable="yes">Manage models dialog</property>