Skip to content

Commit

Permalink
Remove Logs Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Jan 4, 2025
1 parent 650166b commit ede26d5
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,19 +294,6 @@ class Settings(private val activity: Activity, private val args: SafeJSON) : Abs
}, 500)
}
}
),
LOGS(
"LOGS",
R.string.logs,
R.string.logs_long,
R.drawable.ic_logs,
"",
TYPE.STRING,
listOf(),
{
Logs::class.java[this]
},
BuildConfig.DEBUG
);

inline fun <reified T> getValue(context: Context, defaultValue: T? = null): T? {
Expand Down

0 comments on commit ede26d5

Please sign in to comment.