Fixed SetUserID (#3319)

SetUserID couldn't be used in main menu
This commit is contained in:
GGGuenni
2020-11-04 20:59:31 +01:00
committed by GitHub
parent ff8221de2d
commit d0dce25590

View File

@ -153,7 +153,7 @@ class OptionsPopup(val previousScreen:CameraStageBaseScreen) : Popup(previousScr
settings.userId = clipboardContents
settings.save()
idSetLabel.setFontColor(Color.WHITE).setText("ID successfully set!".tr())
}).open(true)
}, previousScreen).open(true)
idSetLabel.isVisible = true
} catch (ex: Exception) {
idSetLabel.isVisible = true