Skip to content

Commit 022bad6

Browse files
Disable Mini Tools feature flag
1 parent a1e99bf commit 022bad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/Utilities/FeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ enum FeatureFlags {
88
/// Forces the Theme Expansion to be unlocked and visible everywhere.
99
static let alwaysUnlockThemeExpansion = true
1010
/// Controls visibility of the Mini Tools tab and related UI.
11-
static let isMiniToolsEnabled = true
11+
static let isMiniToolsEnabled = false
1212
}

0 commit comments

Comments
 (0)