mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2026-03-22 00:28:15 +05:00
fix config path
This commit is contained in:
@@ -128,7 +128,7 @@ fun getNfqws2Version(callback: (String) -> Unit) {
|
||||
}
|
||||
|
||||
fun getConfigFile(): File {
|
||||
return getZaprettPath().resolve("/config.json")
|
||||
return getZaprettPath().resolve("config.json")
|
||||
}
|
||||
|
||||
fun setStartOnBoot(prefs: SharedPreferences, callback: (Boolean) -> Unit) {
|
||||
|
||||
Reference in New Issue
Block a user