Godot Version
4.4.1
Question
I was wondering if Godot has the ability to render it’s UI using the default style of the native OS? So, if it were to run on windows, have it look like a Windows app, and on Linux look like KDE or something?
4.4.1
I was wondering if Godot has the ability to render it’s UI using the default style of the native OS? So, if it were to run on windows, have it look like a Windows app, and on Linux look like KDE or something?
It uses the native window, and potentially can use native dialogs, but I don’t believe there’s an easy way to use native buttons/scrollbars/menus/etc.
You might be able to detect the OS the program is running on and show a different style depending on the OS