fix: apply fix from eslint

This commit is contained in:
JellyBrick
2025-09-05 22:43:34 +09:00
parent 23013cddb9
commit 68e63f809c
58 changed files with 137 additions and 116 deletions

View File

@ -1,8 +1,8 @@
import { MenuItemConstructorOptions } from 'electron';
import { type MenuItemConstructorOptions } from 'electron';
import { t } from '@/i18n';
import { MenuContext } from '@/types/contexts';
import { AmbientModePluginConfig } from './types';
import { type MenuContext } from '@/types/contexts';
import { type AmbientModePluginConfig } from './types';
export interface menuParameters {
getConfig: () => AmbientModePluginConfig | Promise<AmbientModePluginConfig>;