mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Refactor desktop app into separate client and proxy apps
This commit is contained in:
6
apps/yaak-client/lib/settings.ts
Normal file
6
apps/yaak-client/lib/settings.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { invoke } from '@tauri-apps/api/core';
|
||||
import type { Settings } from '@yaakapp-internal/models';
|
||||
|
||||
export function getSettings(): Promise<Settings> {
|
||||
return invoke<Settings>('models_get_settings');
|
||||
}
|
||||
Reference in New Issue
Block a user