Skip to content

Commit

Permalink
fix: add SpinnerWidget to kivy factory
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Oct 29, 2024
1 parent 76424f4 commit c34762b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Upcoming

- fix: add `SpinnerWidget` to kivy factory

## Version 0.13.5

- refactor: use `SpinnerWidget` in place of `Label` for all dynamic contents labels, setting its `text` to `` will spin it, otherwise it behaves like a `Label`
Expand Down
1 change: 1 addition & 0 deletions ubo_gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ def setup() -> None:
Factory.register('NotificationWidget', module='ubo_gui.notification')
Factory.register('ProgressRingWidget', module='ubo_gui.progress_ring')
Factory.register('PromptWidget', module='ubo_gui.prompt')
Factory.register('SpinnerWidget', module='ubo_gui.spinner')
Factory.register('QRCodeWidget', module='ubo_gui.qrcode')
Factory.register('VolumeWidget', module='ubo_gui.volume')

0 comments on commit c34762b

Please sign in to comment.