mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm void-
This commit is contained in:
parent
6be0b74047
commit
c42a782bde
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ export const AutoRefreshToggle = () => {
|
|||
// right now this is just `enabled_autoRefreshModels`
|
||||
const enabled = voidSettingsState.globalSettings[settingName]
|
||||
|
||||
return <div className='flex items-center px-3 void-gap-x-1.5'>
|
||||
return <div className='flex items-center px-3 gap-x-1.5'>
|
||||
<VoidSwitch
|
||||
size='xxs'
|
||||
value={enabled}
|
||||
|
|
|
|||
Loading…
Reference in a new issue