web/settings: move accessibility settings to the accessibility page
also rearranged the nav bar a bit to make it look cleaner ... and also accommodated for the new location of accessibility settings (oops)
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
import UpdateNotification from "$components/misc/UpdateNotification.svelte";
|
||||
|
||||
$: reduceMotion =
|
||||
$settings.appearance.reduceMotion || device.prefers.reducedMotion;
|
||||
$settings.accessibility.reduceMotion || device.prefers.reducedMotion;
|
||||
|
||||
$: reduceTransparency =
|
||||
$settings.appearance.reduceTransparency ||
|
||||
$settings.accessibility.reduceTransparency ||
|
||||
device.prefers.reducedTransparency;
|
||||
|
||||
afterNavigate(async () => {
|
||||
|
||||
Reference in New Issue
Block a user