mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 12:27:25 -04:00
wallet directrory in "Documents" for Windows and in "home" for *nix
This commit is contained in:
@@ -204,10 +204,12 @@ Item {
|
||||
color: "#6B0072"
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
selectByMouse: true
|
||||
text: "~/.monero/mywallet/"
|
||||
|
||||
text: moneroAccountsDir + "/My Wallet"
|
||||
onFocusChanged: {
|
||||
if(focus) {
|
||||
fileDialog.visible = true
|
||||
fileDialog.folder = text
|
||||
fileDialog.open()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user