CSS optimizations for HW acceleration disabled
This commit is contained in:
parent
997847e146
commit
f9739f7d24
4 changed files with 32 additions and 0 deletions
|
@ -108,6 +108,10 @@ const CiderBase = {
|
|||
event.returnValue = process.platform
|
||||
})
|
||||
|
||||
ipcMain.on("get-gpu-mode", (event) => {
|
||||
event.returnValue = process.platform
|
||||
})
|
||||
|
||||
ipcMain.on("is-dev", (event) => {
|
||||
event.returnValue = !app.isPackaged
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue