Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Oct 10, 2024
1 parent 76a81ad commit c014c8e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ import { i18n } from '@/i18n.js';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { miLocalStorage } from '@/local-storage.js';
defineProps<{
customCssBackups: CustomCSSBackups;
}>();
const scope = ['tms', 'customCssBackups'] as const satisfies string[];
const edited = ref(false);
Expand Down Expand Up @@ -68,10 +72,6 @@ watch([
changed.value = tmsFlaskStore.state.enabledCustomCssSyncing !== enabled.value || tmsFlaskStore.state.syncingCustomCssId !== selected.value;
}, { deep: true });
defineProps<{
customCssBackups: CustomCSSBackups;
}>();
defineExpose({
save,
edited: readonly(edited),
Expand Down

0 comments on commit c014c8e

Please sign in to comment.