Skip to content

Commit

Permalink
update quick-filter-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Dec 25, 2024
1 parent 3479ab6 commit 33e83c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const initConnections = () => {
}
}

export const quickFilterRegex = useStorage<string>('config/quick-filter-regex', 'direct')
export const quickFilterRegex = useStorage<string>('config/quick-filter-regex', 'direct|dns-out')
export const quickFilterEnabled = useStorage<boolean>('config/quick-filter-enabled', false)
export const connectionTabShow = ref(CONNECTION_TAB_TYPE.ACTIVE)

Expand Down

0 comments on commit 33e83c7

Please sign in to comment.