diff options
author | kotontrion <[email protected]> | 2024-08-23 10:52:40 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-02 09:36:06 +0200 |
commit | d248645888c88eaf28ef334264bf4e41a06f6b4d (patch) | |
tree | ebb52cea020114d067b5e99f1f3ef5323492a057 /core/lua | |
parent | 8da6a2174296bc1b78c6dde13f6bca46e67e156a (diff) |
fixes circular progress widgets
Diffstat (limited to 'core/lua')
-rw-r--r-- | core/lua/astal/widget.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lua/astal/widget.lua b/core/lua/astal/widget.lua index d2dadc6..e2bd612 100644 --- a/core/lua/astal/widget.lua +++ b/core/lua/astal/widget.lua @@ -209,7 +209,7 @@ local Widget = { Box = astalify(Astal.Box), Button = astalify(Astal.Button), CenterBox = astalify(Astal.CenterBox), - -- TODO: CircularProgress + CircularProgress = astalify(Astal.CircularProgress), DrawingArea = astalify(Gtk.DrawingArea), Entry = astalify(Gtk.Entry), EventBox = astalify(Astal.EventBox), |