@@ -325,7 +322,6 @@ const disableDrawer = computed(defaultStore.makeGetterSetter("disableDrawer"));
const disableShowingAnimatedImages = computed(
defaultStore.makeGetterSetter("disableShowingAnimatedImages"),
);
-const oneko = computed(defaultStore.makeGetterSetter('oneko'));
const loadRawImages = computed(defaultStore.makeGetterSetter("loadRawImages"));
const imageNewTab = computed(defaultStore.makeGetterSetter("imageNewTab"));
const nsfw = computed(defaultStore.makeGetterSetter("nsfw"));
diff --git a/packages/client/src/pages/settings/preferences-backups.vue b/packages/client/src/pages/settings/preferences-backups.vue
index 3a213bc0b..1652a1e13 100644
--- a/packages/client/src/pages/settings/preferences-backups.vue
+++ b/packages/client/src/pages/settings/preferences-backups.vue
@@ -107,7 +107,6 @@ const defaultStoreSaveKeys: (keyof (typeof defaultStore)["state"])[] = [
"reportError",
"squareAvatars",
"numberOfPageCache",
- "oneko",
"showUpdates",
"swipeOnMobile",
"swipeOnDesktop",
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index 75471cec1..82e57bad0 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -295,10 +295,6 @@ export const defaultStore = markRaw(
where: "device",
default: 5,
},
- oneko: {
- where: 'device',
- default: false,
- },
enterSendsMessage: {
where: "device",
default: true,
diff --git a/packages/client/src/ui/_common_/common.vue b/packages/client/src/ui/_common_/common.vue
index a9d7bd21f..fdfdbdb31 100644
--- a/packages/client/src/ui/_common_/common.vue
+++ b/packages/client/src/ui/_common_/common.vue
@@ -14,7 +14,6 @@
DEV BUILD
-