mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
native menu, fullscreen refactor
This commit is contained in:
@@ -26,11 +26,6 @@ class ElectronApi {
|
||||
await this.ipcRenderer.invoke('openExternal', url);
|
||||
}
|
||||
|
||||
async useNativeMenu() {
|
||||
const res = await this.ipcRenderer.invoke('useNativeMenu');
|
||||
return res;
|
||||
}
|
||||
|
||||
async invoke(route, args) {
|
||||
const res = await this.ipcRenderer.invoke(route, args);
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user