Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
fix: 'forceFullscreen' being overwritten by settings GUI (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: Nice Try, Officer <baguette@sdf.org>
  • Loading branch information
h-bag and Nice Try, Officer committed Apr 28, 2021
1 parent 4f1a264 commit 652ceee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ window.writeSettingsFile = () => {
nocursor: (document.getElementById("settingsEditor-nocursor").value === "true"),
iface: document.getElementById("settingsEditor-iface").value,
allowWindowed: (document.getElementById("settingsEditor-allowWindowed").value === "true"),
forceFullscreen: window.settings.forceFullscreen,
keepGeometry: (document.getElementById("settingsEditor-keepGeometry").value === "true"),
excludeThreadsFromToplist: (document.getElementById("settingsEditor-excludeThreadsFromToplist").value === "true"),
hideDotfiles: (document.getElementById("settingsEditor-hideDotfiles").value === "true"),
Expand Down

0 comments on commit 652ceee

Please sign in to comment.