added a showversion button with popup to the interface

This commit is contained in:
2025-12-21 01:14:05 -05:00
parent cd62e6c658
commit 6d66d711ff
4 changed files with 31 additions and 2 deletions

View File

@@ -82,6 +82,10 @@ export function MyAnimeListUpdate(arg1, arg2) {
return window['go']['main']['App']['MyAnimeListUpdate'](arg1, arg2);
}
export function ShowVersion() {
return window['go']['main']['App']['ShowVersion']();
}
export function SimklGetUserWatchlist() {
return window['go']['main']['App']['SimklGetUserWatchlist']();
}