fix: settings ui not following animations setting

This commit is contained in:
sethburkart123
2024-08-21 21:20:30 +10:00
parent 4d38af402f
commit 182597efce
3 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const SettingsPage = ({ standalone }: SettingsPage) => {
<button onClick={() => browser.runtime.sendMessage({ type: 'currentTab', info: 'OpenChangelog' })} className="absolute w-8 h-8 text-lg rounded-xl font-IconFamily top-1 right-1 bg-zinc-100 dark:bg-zinc-700"></button>
</div>
<Picker />
<TabbedContainer tabs={tabs} />
<TabbedContainer tabs={tabs} animations={false} />
</div>
</SettingsContextProvider>
);