Check default profile paths, added option for custom path (#4)

This commit is contained in:
Noam
2019-04-16 16:38:27 +03:00
parent 41fd08e14e
commit b65e0f7716
2 changed files with 33 additions and 17 deletions

View File

@@ -15,6 +15,13 @@
"name": "Remmina",
"description": "Quick access to Remmina profiles",
"default_value": "r"
},
{
"id": "profiles",
"type": "input",
"name": "Remmina Profiles Directory",
"description": "Where Remmina stores profile configuration files <br /><code>~/.local/share/remmina</code> and <code>~/.remmina</code> are checked by default",
"default_value": ""
}
]
}