chore: release v0.20.2

This commit is contained in:
2026-07-19 19:11:06 +02:00
parent 82a2c6cb7f
commit 59e6570f17
8 changed files with 190 additions and 12 deletions
+4
View File
@@ -666,6 +666,10 @@ export function GetListsSettings() {
return window['go']['main']['App']['GetListsSettings']();
}
export function GetLiveStations() {
return window['go']['main']['App']['GetLiveStations']();
}
export function GetLiveStatusEnabled() {
return window['go']['main']['App']['GetLiveStatusEnabled']();
}