mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
parent
ff8221de2d
commit
d0dce25590
@ -153,7 +153,7 @@ class OptionsPopup(val previousScreen:CameraStageBaseScreen) : Popup(previousScr
|
|||||||
settings.userId = clipboardContents
|
settings.userId = clipboardContents
|
||||||
settings.save()
|
settings.save()
|
||||||
idSetLabel.setFontColor(Color.WHITE).setText("ID successfully set!".tr())
|
idSetLabel.setFontColor(Color.WHITE).setText("ID successfully set!".tr())
|
||||||
}).open(true)
|
}, previousScreen).open(true)
|
||||||
idSetLabel.isVisible = true
|
idSetLabel.isVisible = true
|
||||||
} catch (ex: Exception) {
|
} catch (ex: Exception) {
|
||||||
idSetLabel.isVisible = true
|
idSetLabel.isVisible = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user