Support dark mode on Android and iOS.
This commit is contained in:
@@ -776,14 +776,14 @@
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if OS is using dark mode.
|
||||
[b]Note:[/b] This method is implemented on macOS, Windows and Linux (X11).
|
||||
[b]Note:[/b] This method is implemented on Android, iOS, macOS, Windows, and Linux (X11).
|
||||
</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, Windows and Linux (X11).
|
||||
[b]Note:[/b] This method is implemented on Android, iOS, macOS, Windows, and Linux (X11).
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_touchscreen_available" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user