Update App.svelte
This commit is contained in:
parent
1547e15817
commit
4134f68deb
|
|
@ -25,9 +25,9 @@
|
||||||
import { dataDir } from '@tauri-apps/api/path';
|
import { dataDir } from '@tauri-apps/api/path';
|
||||||
import { fetch } from '@tauri-apps/api/http';
|
import { fetch } from '@tauri-apps/api/http';
|
||||||
import { platform } from '@tauri-apps/api/os';
|
import { platform } from '@tauri-apps/api/os';
|
||||||
const platformName = await platform();
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const matches = await getMatches();
|
const platformName = await platform();
|
||||||
|
const matches = await getMatches();
|
||||||
if (matches.args.first.value === false){
|
if (matches.args.first.value === false){
|
||||||
// launched without args
|
// launched without args
|
||||||
//message("Join on website please.", "Info");
|
//message("Join on website please.", "Info");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue