Update App.svelte

This commit is contained in:
SushiDesigner 2023-03-24 18:53:55 -06:00
parent 1547e15817
commit 4134f68deb
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
import { dataDir } from '@tauri-apps/api/path';
import { fetch } from '@tauri-apps/api/http';
import { platform } from '@tauri-apps/api/os';
const platformName = await platform();
async function main() {
const matches = await getMatches();
const platformName = await platform();
const matches = await getMatches();
if (matches.args.first.value === false){
// launched without args
//message("Join on website please.", "Info");