CSS optimizations for HW acceleration disabled

This commit is contained in:
booploops 2021-12-27 00:02:29 -08:00
parent 997847e146
commit f9739f7d24
4 changed files with 32 additions and 0 deletions

View file

@ -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
})