mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 22:43:56 +00:00
fix: initial protected save not saving with correct filetype
This commit is contained in:
@@ -651,7 +651,7 @@ fun savePrefs(
|
||||
context: Context,
|
||||
password: CharArray
|
||||
): File? {
|
||||
var file = File(path, "$title.ani")
|
||||
var file = File(path, "$title.sani")
|
||||
var counter = 1
|
||||
while (file.exists()) {
|
||||
file = File(path, "${title}_${counter}.sani")
|
||||
|
||||
Reference in New Issue
Block a user