-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
OS/Macissues related to Mac OSissues related to Mac OSbugbugs found in the applicationbugs found in the applicationpreferencesissues related to preferencesissues related to preferences
Description
Bug Description:
Follow-up on #16236. When filing that issue, I wasn't sure how the window.titleBarStyle
setting had gotten into my settings.json
file: I'd had the machine for quite a while, so it was possible I'd written it there myself some time ago and forgotten it. However, I've just set up a completely new machine and then found that the preference has been written into my settings.json
file with the default value without my having done anything, and without it in fact being meaningful on my platform.
Steps to Reproduce:
- (On MacOS)
- Remove your user-scoped
settings.json
file, or just remove any setting forwindow.titleBarStyle
from the file. - Start Theia (dev) Electron.
- Observe that a new
setting.json
file appears (or the setting reappears in your current file) and is populated with"window.titleBarStyle": "native"
even though that setting is not relevant on MacOS, and that is the default value for Electron in any case.
Additional Information
- Operating System: MacOS Tahoe
- Theia Version: 276431d (1.65 dev)
Metadata
Metadata
Assignees
Labels
OS/Macissues related to Mac OSissues related to Mac OSbugbugs found in the applicationbugs found in the applicationpreferencesissues related to preferencesissues related to preferences