feat: Allow open devtools
This commit is contained in:
@@ -213,6 +213,10 @@ export async function getPortableFlag() {
|
||||
return invoke<boolean>("get_portable_flag");
|
||||
}
|
||||
|
||||
export async function openDevTools() {
|
||||
return invoke("open_devtools");
|
||||
}
|
||||
|
||||
export async function exitApp() {
|
||||
return invoke("exit_app");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user