mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
Fix performance related to having 100s of requests (#123)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { emit, listen } from '@tauri-apps/api/event';
|
||||
import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow';
|
||||
import type { ModelPayload } from './components/GlobalHooks';
|
||||
import type { ModelPayload } from './hooks/useSyncModelStores';
|
||||
import { getSettings } from './lib/store';
|
||||
import type { Appearance } from './lib/theme/appearance';
|
||||
import { getCSSAppearance, subscribeToPreferredAppearance } from './lib/theme/appearance';
|
||||
|
||||
Reference in New Issue
Block a user