You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XNAMessageBox.Show(WindowManager,"Error".L10N("Client:Main:Error"),"Unable to copy map name to clipboard.".L10N("Client:Main:ClipboardCopyMapNameFailed"));
880
+
}
881
+
}
882
+
883
+
privatevoidCopyOriginalMapNameToClipboard()
884
+
{
885
+
try
886
+
{
887
+
ClipboardService.SetText(Map?.UntranslatedName);
888
+
}
889
+
catch(Exception)
890
+
{
891
+
XNAMessageBox.Show(WindowManager,"Error".L10N("Client:Main:Error"),"Unable to copy map name to clipboard.".L10N("Client:Main:ClipboardCopyMapNameFailed"));
0 commit comments