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

Commit 54633bf

Browse files
committed
[21746] Android Settings: disable Splash option when not applicable
1 parent fb260fc commit 54633bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Toolset/palettes/standalone settings/revstandalonesettingsandroidbehavior.livecodescript

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ on updateAndroidSettingState
108108
set the enabled of group "Android Settings" of me to (the hilite of button "Build for Android" of me)
109109
set the visible of button "Androidchecked" to (the hilite of button "Build for Android" of me)
110110
set the opaque of button "Androidchecked" to false
111+
112+
-- splash screen is not supported in Indy and Business editions
113+
if revLicenseType() is "commercial" \
114+
or revLicenseType() is "professional" then
115+
set the enabled of button "Splash Chooser" of group "Android Settings" of me to false
116+
end if
111117
end updateAndroidSettingState
112118

113119
-- PM-2014-03-17: [[ In App Purchasing Updates ]] Updated UI to support new store types.

0 commit comments

Comments
 (0)