diff options
author | Raul Santos <raulsntos@gmail.com> | 2022-08-30 17:04:17 +0200 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2022-09-02 16:49:21 +0200 |
commit | 471c9c296935fb1cf997f2ef5ef8883b3ebf941c (patch) | |
tree | 0d194fac73259bd03482d5afbd9067b3b8c28f6e /doc/classes | |
parent | 6ccbc2709323c3f77f9509dcf55edad6d46e2a7c (diff) |
Add support for system dark mode (Linux)
- Use `org.freedesktop.appearance color-scheme` to support system dark mode.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DisplayServer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index e2b87de5d9..d22d64c276 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -681,14 +681,14 @@ <return type="bool" /> <description> Returns [code]true[/code] if OS is using dark mode. - [b]Note:[/b] This method is implemented on macOS and Windows. + [b]Note:[/b] This method is implemented on macOS, Windows and Linux. </description> </method> <method name="is_dark_mode_supported" qualifiers="const"> <return type="bool" /> <description> Returns [code]true[/code] if OS supports dark mode. - [b]Note:[/b] This method is implemented on macOS and Windows. + [b]Note:[/b] This method is implemented on macOS, Windows and Linux. </description> </method> <method name="keyboard_get_current_layout" qualifiers="const"> |