Skip to content

Commit

Permalink
Misc fixes for Header Clock
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 25, 2024
1 parent cbf7aaf commit 237fba7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,10 @@ protected void beforeHookedMethod(MethodHookParam param) {
hookAllMethods(QuickStatusBarHeader, "updateResources", new XC_MethodHook() {
@Override
protected void afterHookedMethod(MethodHookParam param) {
updateClockView();
updateStockPrefs();
setupChips();
updateChips();
updateClockView();
}
});

Expand Down

0 comments on commit 237fba7

Please sign in to comment.