Integrate with loeb #35

This commit is contained in:
okvdai
2023-07-07 18:30:26 +02:00
parent f7e4588f80
commit 11ae2bac90
5 changed files with 48 additions and 1647 deletions
@@ -0,0 +1,18 @@
global function pulseRegisterWithLoeb
global function pulseLoebFunc
void function pulseRegisterWithLoeb()
{
loebLogMod(pulseLoebFunc())
}
void function pulseLoebFunc()
{
print("func called")
GetStats()
}
void function GetStats()
{
loebSetLockedButton(Localize("#MENU_TITLE_STATS"), pulseGetData())
}