Added interrupt 'stop' button

This commit is contained in:
jeffser
2024-05-19 18:29:20 -06:00
parent 0096346b0c
commit 15fdd0ae1a
2 changed files with 57 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
<requires lib="Adw" version="1.0"/>
<template class="AlpacaWindow" parent="AdwApplicationWindow">
<property name="resizable">True</property>
<property name="width-request">360</property>
<property name="width-request">350</property>
<property name="height-request">500</property>
<property name="default-width">1300</property>
<property name="default-height">800</property>
@@ -81,7 +81,6 @@
<property name="hexpand">true</property>
<child>
<object class="GtkListBox" id="chat_list_box">
<property name="selection-mode">single</property>
<style>
<class name="boxed-list"/>