Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Jun 26, 2024
1 parent 267fdf3 commit 96c2d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package io.github.chinosk.gakumas.localify.models
data class ProgramConfig (
var checkBuiltInAssets: Boolean = true,
var transRemoteZipUrl: String = "",
var useRemoteAssets: Boolean = true,
var useRemoteAssets: Boolean = false,
var delRemoteAfterUpdate: Boolean = true,
var cleanLocalAssets: Boolean = false,

Expand Down

0 comments on commit 96c2d37

Please sign in to comment.