Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1ce970a

Browse files
Merge pull request #2122 from montegoulding/bugfix-22606
[[ Bug 22606 ]] Add iOS support dark mode checkbox
2 parents 2eb83a0 + fe602c1 commit 1ce970a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
4.55 KB
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ on updateSettings
101101
set the hilite of button "beta_version" to false
102102
end if
103103

104+
if tSettings["ios,supports dark mode"] is not empty and tSettings["ios,supports dark mode"] then
105+
set the hilite of button "supports dark mode" to true
106+
else
107+
set the hilite of button "supports dark mode" to false
108+
end if
109+
104110
-- MM-2011-09-28: Attempt to port previous icon and splash settings and then remove.
105111
--
106112
if tSettings["ios,icon"] is not empty then

0 commit comments

Comments
 (0)