Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
test: undo for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Sep 7, 2024
1 parent ef72fe7 commit 20b8865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ( fileLogEnabled ) {
console.info( 'file logger enabled' );
}

if ( isTestMode && process.platform !== 'linux' && process.platform !== 'darwin' ) {
if ( isTestMode && process.platform !== 'linux' ) {
app.disableHardwareAcceleration();
app.commandLine.appendSwitch( 'no-sandbox' );
app.commandLine.appendSwitch( 'disable-gpu' );
Expand Down

0 comments on commit 20b8865

Please sign in to comment.