Skip to content

Commit

Permalink
setuichange: Overwrite Bangle.setUI at boot time
Browse files Browse the repository at this point in the history
By prepending `Bangle.setUI =`
  • Loading branch information
thyttan committed Jul 3, 2024
1 parent e544cfc commit 22ea779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/setuichange/boot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function(mode, cb) {
Bangle.setUI = (function(mode, cb) {
var options = {};
if ("object"==typeof mode) {
options = mode;
Expand Down

0 comments on commit 22ea779

Please sign in to comment.