mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 12:37:26 -04:00
WalletManager::openWalletAsync integrating with UI
This commit is contained in:
@@ -42,3 +42,8 @@ function mapScope (inputScopeFrom, inputScopeTo, outputScopeFrom, outputScopeTo,
|
||||
function tr(text) {
|
||||
return qsTr(text) + translationManager.emptyString
|
||||
}
|
||||
|
||||
|
||||
function lineBreaksToSpaces(text) {
|
||||
return text.trim().replace(/(\r\n|\n|\r)/gm, " ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user