1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Unset home screen flag when duplicating screen

This commit is contained in:
Andrew Kingston 2022-05-10 11:36:42 +01:00
parent ba8d8bfd1b
commit dfc8faa73c

View file

@ -35,6 +35,7 @@
// Attach the new name and URL
duplicateScreen.routing.route = sanitizeUrl(screenUrl)
duplicateScreen.routing.homeScreen = false
duplicateScreen.props._instanceName = screenName
try {