mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
硬件加速开关为对象
This commit is contained in:
@@ -106,7 +106,9 @@ module.exports = (appInfo) => {
|
||||
/**
|
||||
* 硬件加速
|
||||
*/
|
||||
config.hardGpu = false;
|
||||
config.hardGpu = {
|
||||
enable: false
|
||||
};
|
||||
|
||||
/* 应用自动升级 (可选) */
|
||||
config.autoUpdate = {
|
||||
|
||||
Reference in New Issue
Block a user