confirm handler for restart btn
3clyp50 committed
Jan 22, 2026 at 09:59 UTC
211e9ac3bf5dffe907212f148e1bca07a258672e
1 file changed
+1
-1
webui/components/sidebar/top-section/quick-actions.html
+1
-1
@@ -94,7 +94,7 @@
94
95
<div class="dropdown-separator"></div>
96
97
- <button class="dropdown-item" @click="$store.chats.restart(); dropdownOpen = false">
97
+ <button class="dropdown-item" @click="$confirmClick($event, () => { $store.chats.restart(); dropdownOpen = false })">
98
<span class="material-symbols-outlined">restart_alt</span>
99
<span>Restart A0</span>
100
</button>