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'
23
23
import bugmeacoffee from './donation/bugmeacoffee.png'
24
24
import { useWindowTheme } from '../hooks/use-window-theme.mjs'
25
25
import { languageList } from '../config/language.mjs'
26
- import { isSafari } from '../utils/index.mjs'
26
+ import { isFirefox , isSafari } from '../utils/index.mjs'
27
27
28
28
function GeneralPart ( { config, updateConfig } ) {
29
29
const [ balance , setBalance ] = useState ( null )
@@ -282,7 +282,8 @@ function AdvancedPart({ config, updateConfig }) {
282
282
updateConfig ( { userSiteRegexOnly : checked } )
283
283
} }
284
284
/>
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
286
287
</ label >
287
288
< br />
288
289
< label >
You can’t perform that action at this time.
0 commit comments