chore: Prettified Code
[ci skip]
This commit is contained in:
parent
bd6552a048
commit
80c052d648
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export class AppEvents {
|
||||||
case "disabled":
|
case "disabled":
|
||||||
console.info("Hardware acceleration is disabled.");
|
console.info("Hardware acceleration is disabled.");
|
||||||
app.commandLine.appendSwitch("disable-gpu");
|
app.commandLine.appendSwitch("disable-gpu");
|
||||||
app.disableHardwareAcceleration()
|
app.disableHardwareAcceleration();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue