Replies: 3 comments 8 replies
|
Hi @timfayz, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
|
Hey @timfayz, on Windows and Linux, the Any changes related to the window chrome need to be done within the context of that feature. |
|
I tried this at ...
"theia": {
"target": "electron",
"frontend": {
"config": {
"applicationName": "---",
"preferences": {
"window.titleBarStyle": "custom"
},
"electron": {
"disallowReloadKeybinding": false,
"windowOptions": {
"frame": false,
"center": false,
"height": 200,
"width": 200,
"titleBarStyle": "hidden"
}
}
}
}
}From claude (also from |




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Question
I'm trying to make the main Electron window borderless, but I can't get it working. Gpt suggested the following:
package.json:Seems reasonable but unfortunately that doesn't work. Do I do it right?
I've been thinking about
applicationparameter available here:Appreciate your help in advance! 🙏
All reactions