Skip to content

Commit

Permalink
Enable space management by default
Browse files Browse the repository at this point in the history
Change-Id: Idb10030d98e86840c1b86f9bd9abb14f8e719bc0
  • Loading branch information
SpiritCroc committed Dec 14, 2024
1 parent 24e0872 commit 3b20a71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object ScPrefs {
val ELEMENT_ROOM_LIST_FILTERS = ScBoolPref("ELEMENT_ROOM_LIST_FILTERS", false, R.string.sc_upstream_feature_flag_room_list_filters, R.string.sc_upstream_feature_flag_room_list_filters_summary, authorsChoice = false, upstreamChoice = true)
// Chat overview settings depending on spaces
val SNC_FAB = ScBoolPref("SNC_FAB", true, R.string.sc_pref_snc_fab_title, R.string.sc_pref_snc_fab_summary, disabledValue = false, authorsChoice = false, upstreamChoice = true)
val SPACE_MANAGEMENT = ScBoolPref("SPACE_MANAGEMENT", false, R.string.sc_pref_space_management_title, R.string.sc_pref_space_management_summary, authorsChoice = true, upstreamChoice = false, dependencies = SPACE_NAV.asDependencies())
val SPACE_MANAGEMENT = ScBoolPref("SPACE_MANAGEMENT", true, R.string.sc_pref_space_management_title, R.string.sc_pref_space_management_summary, authorsChoice = true, upstreamChoice = false, dependencies = SPACE_NAV.asDependencies())

// Timeline
val PINNED_MESSAGE_OVERLAY = ScBoolPref("PINNED_MESSAGE_OVERLAY", false, R.string.sc_pref_pinned_message_overlay_title, R.string.sc_pref_pinned_message_overlay_summary, authorsChoice = false, upstreamChoice = true)
Expand Down

0 comments on commit 3b20a71

Please sign in to comment.