mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Restart main after applying
This commit is contained in:
parent
6ab5ee6c83
commit
7ed4ba701e
@ -59,7 +59,10 @@ fun SettingsActivity.getExperimentalPrefs(): KPrefAdapterBuilder.() -> Unit = {
|
||||
descRes = R.string.web_only_desc
|
||||
}
|
||||
|
||||
checkbox(R.string.single_user_agent, Prefs::singleUserAgent, { Prefs.singleUserAgent }) {
|
||||
checkbox(R.string.single_user_agent, Prefs::singleUserAgent, {
|
||||
Prefs.singleUserAgent
|
||||
shouldRestartMain()
|
||||
}) {
|
||||
descRes = R.string.single_user_agent_desc
|
||||
}
|
||||
|
||||
|
@ -5,4 +5,4 @@ v2.3.2
|
||||
* Disable bugsnag completely when opting out of analytics
|
||||
* Filter urls before sending to other apps
|
||||
* Allow hiding main fab (see settings > newsfeed)
|
||||
* Add option to disable non web based behaviour (settings > behaviour)
|
||||
* Add many options under settings > experimental to help with recent
|
@ -6,7 +6,7 @@
|
||||
* Disable bugsnag completely when opting out of analytics
|
||||
* Filter urls before sending to other apps
|
||||
* Allow hiding main fab (see settings > newsfeed)
|
||||
* Add option to disable non web based behaviour (settings > behaviour)
|
||||
* Add many options under settings > experimental to help with recent
|
||||
|
||||
## v2.3.1
|
||||
* Hide all story panels if enabled
|
||||
|
Loading…
Reference in New Issue
Block a user