mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 22:39:42 +02:00
app: detect CLI availability and add command palette copy action
This commit is contained in:
@@ -4,6 +4,7 @@ import { invokeCmd } from './tauri';
|
||||
export interface AppInfo {
|
||||
isDev: boolean;
|
||||
version: string;
|
||||
cliVersion: string | null;
|
||||
name: string;
|
||||
appDataDir: string;
|
||||
appLogDir: string;
|
||||
|
||||
Reference in New Issue
Block a user