Skip to content

Commit

Permalink
fixup! feat(suite): remove snowflakes experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Dec 13, 2024
1 parent 1d3da5a commit 3f2455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite/src/constants/suite/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const EXPERIMENTAL_FEATURES: Record<ExperimentalFeature, ExperimentalFeat
description: 'TR_EXPERIMENTAL_TOR_EXTERNAL_DESCRIPTION',
// TODO: create knowledge base page for this!
// knowledgeBaseUrl: TOR_EXTERNAL_KNOWLEDGE_BASE,
isDisabled: isDesktop,
isDisabled: () => !isDesktop(),
onToggle: async ({ newValue }) => {
const result = await desktopApi.getTorSettings();
if (result.success && result.payload.useExternalTor !== newValue) {
Expand Down

0 comments on commit 3f2455b

Please sign in to comment.