mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
This commit is contained in:
@@ -14,11 +14,13 @@
|
||||
### Updated:
|
||||
- Apps:
|
||||
- USB/BT Remote: Added back new UI for Mouse Clicker from OFW (by @gsurkov)
|
||||
- UL: USB/BT Remote: Fix Mouse Jiggler Stealth icon in BT (by @xMasterX)
|
||||
- OFW: JS: Refactored and fixed `math` and `textbox` modules (by @nminaylov & @skotopes)
|
||||
|
||||
### Fixed:
|
||||
- Storage: Fix process aliases in rename (by @Willy-JL)
|
||||
- OFW: Settings: Refactor fixes (by @Astrrra)
|
||||
- OFW: GUI: Fix calling both `view_free_model()` and `view_free()` (by @Willy-JL)
|
||||
|
||||
### Removed:
|
||||
- Nothing
|
||||
|
||||
@@ -34,7 +34,11 @@ static void hid_mouse_jiggler_stealth_draw_callback(Canvas* canvas, void* contex
|
||||
|
||||
// Title "Mouse Jiggler"
|
||||
canvas_set_font(canvas, FontPrimary);
|
||||
#ifdef HID_TRANSPORT_BLE
|
||||
elements_multiline_text_aligned(canvas, 17, 4, AlignLeft, AlignTop, "Mouse Jiggler Stealth");
|
||||
#else
|
||||
elements_multiline_text_aligned(canvas, 10, 2, AlignLeft, AlignTop, "Mouse Jiggler Stealth");
|
||||
#endif
|
||||
|
||||
// Display the current min interval in minutes
|
||||
canvas_set_font(canvas, FontSecondary); // Assuming there's a smaller font available
|
||||
|
||||
Reference in New Issue
Block a user