Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Window property to make a window not appear in the taskbar and application switcher #8467

Open
EiTaNBaRiBoA opened this issue Nov 18, 2023 · 0 comments

Comments

@EiTaNBaRiBoA
Copy link

Describe the project you are working on

I am working on a widget software for windows and the user can creates different widgets (which are windows in godot) with many types of functionality.

Describe the problem or limitation you are having in your project

The software is appearing in the taskbar and due to many functionality from the widgets, the icon in the taskbar is unrelated and also being irrelevant to the user

Describe the feature / enhancement and how it helps to overcome the problem or limitation

The feature would help me overcome the issue by hiding the godot app from the taskbar, not interfering with the user workflow or filled with unnecessary icons.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

settings -> window -> showIntaskbar checkbox to check or uncheck (boolean)
or

get_viewport().showInTaskbar = true/false

If this enhancement will not be used often, can it be worked around with a few lines of script?

get_viewport().showInTaskbar = true/false

Is there a reason why this should be core and not an add-on in the asset library?

It's just one line of code to enable or disable / Single checkmark in the project settings. no additional configurations are needed.

@Calinou Calinou changed the title Adding Show in Taskbar Boolean in project settings Add a Window property to make a window not appear in the taskbar and application switcher Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants