Update path

This commit is contained in:
Jonathan "Duke" Leto 2023-01-16 14:00:55 -08:00
parent 0c16c83372
commit 647b24c43a

View File

@ -40,11 +40,11 @@ new Vue({
setFlavor: function (option) {
this.flavor = option
if (this.flavor == 'Linux') {
this.path = '/home/user/.komodo/HUSH3.conf'
this.path = '/home/user/.hush/HUSH3.conf'
} else if (this.flavor == "Mac OS") {
this.path = '~/Library/Application Support/Komodo/HUSH3.conf'
this.path = '~/Library/Application Support/Hush/HUSH3.conf'
} else {
this.path = 'C:\\Users\\your_username\\AppData\\Roaming\\Komodo\\HUSH3.conf'
this.path = 'C:\\Users\\your_username\\AppData\\Roaming\\Hush\\HUSH3.conf'
}
$('.flavor-banner').show()
$(document.body).animate({