forked from Public/monero-gui
UX improvements in wizard
- password page styling - tab navigation / focus on load - click language loads next page
This commit is contained in:
committed by
Ilya Kitaev
parent
fab66fec38
commit
bd8646dd19
@@ -163,6 +163,7 @@ Item {
|
||||
if (data !== null || data !== undefined) {
|
||||
var locale = data.locale
|
||||
translationManager.setLanguage(locale.split("_")[0]);
|
||||
wizard.switchPage(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user