File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import wechatpay from './donation/wechatpay.jpg'
2323import bugmeacoffee from './donation/bugmeacoffee.png'
2424import { useWindowTheme } from '../hooks/use-window-theme.mjs'
2525import { languageList } from '../config/language.mjs'
26- import { isSafari } from '../utils/index.mjs'
26+ import { isFirefox , isSafari } from '../utils/index.mjs'
2727
2828function GeneralPart ( { config, updateConfig } ) {
2929 const [ balance , setBalance ] = useState ( null )
@@ -282,7 +282,8 @@ function AdvancedPart({ config, updateConfig }) {
282282 updateConfig ( { userSiteRegexOnly : checked } )
283283 } }
284284 />
285- Exclusively use Custom Site Regex for website matching, ignoring built-in rules
285+ Exclusively use Custom Site Regex for website matching,{ isFirefox ( ) ? < br /> : ' ' } ignoring
286+ built-in rules
286287 </ label >
287288 < br />
288289 < label >
You can’t perform that action at this time.
0 commit comments