Skip to content

Commit

Permalink
chore: Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Nov 28, 2023
1 parent f3dbac6 commit a520af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menubar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class Menubar extends EventEmitter {
if (this._options.showOnAllWorkspaces !== false) {
// https://github.com/electron/electron/issues/37832#issuecomment-1497882944
this._browserWindow.setVisibleOnAllWorkspaces(true, {
skipTransformProcessType: true // Avoid damaging the original visible state of app.dock
skipTransformProcessType: true, // Avoid damaging the original visible state of app.dock
});
}

Expand Down

0 comments on commit a520af6

Please sign in to comment.