feat: very silly error handling

This commit is contained in:
2025-03-03 15:50:53 +01:00
parent 6410ca2721
commit 898caf1430
6 changed files with 36 additions and 7 deletions

View File

@ -1,7 +1,7 @@
import { defineStore } from 'pinia';
import { invoke } from '@tauri-apps/api/core';
import { listen } from '@tauri-apps/api/event';
import { open } from '@tauri-apps/plugin-dialog';
import { invoke } from './invoke';
import { Game, Package, Profile, ProfileMeta } from './types';
import { changePrimaryColor, pkgKey } from './util';