improve home screen
This commit is contained in:
@ -101,6 +101,10 @@ window.electronAPI = {
|
||||
return invoke('activate_license', { licenseKey: key });
|
||||
},
|
||||
|
||||
verifyLicense: (key: string): Promise<any> => {
|
||||
return invoke('verify_license', { licenseKey: key });
|
||||
},
|
||||
|
||||
getAppStatus: (): Promise<any> => {
|
||||
return invoke('get_app_status');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user