mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-31 11:30:16 -06:00
removed hwacc
This commit is contained in:
parent
60479fad31
commit
2bf72f4fb6
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ function saveFontSize() {
|
||||||
fontSizeNumberOld.value = fontSizeNumber.value;
|
fontSizeNumberOld.value = fontSizeNumber.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
const useHardwareAcceleration = computed(defaultStore.makeGetterSetter('useHardwareAcceleration'));
|
|
||||||
const enableRenderingOptimization = computed(defaultStore.makeGetterSetter('enableRenderingOptimization'));
|
const enableRenderingOptimization = computed(defaultStore.makeGetterSetter('enableRenderingOptimization'));
|
||||||
|
|
||||||
const autoTranslateButton = computed(defaultStore.makeGetterSetter('autoTranslateButton'));
|
const autoTranslateButton = computed(defaultStore.makeGetterSetter('autoTranslateButton'));
|
||||||
|
|
Loading…
Reference in a new issue