enhance(ui): polish the shui dialog details

This commit is contained in:
charlie
2024-03-28 14:32:56 +08:00
parent a504100659
commit 1364e25714
5 changed files with 13 additions and 16 deletions

View File

@@ -1405,8 +1405,8 @@
(defn open-waiting-updates-modal!
[]
(state/set-sub-modal!
(fn [_close!]
(shui/dialog-open!
(fn []
(waiting-coming-updates))
{:center? true}))