Skip to content

Commit

Permalink
Remove Logs Screen
Browse files Browse the repository at this point in the history
Merge pull request #844 from DerTyp7214/master-hotfix
  • Loading branch information
AkosPaha01 authored Jan 4, 2025
2 parents 650166b + ede26d5 commit 0a8c5ca
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 0a8c5ca

Please sign in to comment.