diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-02 22:36:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 22:36:04 +0200 |
commit | 3dd7321939c4fcdbbfc456e0acdc330f0d13caa3 (patch) | |
tree | c41fd2d91603a881d5d50a046604ebae880cd84c /doc/classes | |
parent | 33b4153764980eaaeb11e74d6ed4a158136287e4 (diff) | |
parent | 471c9c296935fb1cf997f2ef5ef8883b3ebf941c (diff) |
Merge pull request #65115 from raulsntos/linux/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"> |