fix config path

This commit is contained in:
CherretGit
2026-03-14 20:19:08 +07:00
parent 1f2df5bdfc
commit a145ae4349

View File

@@ -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) {