Skip to content

Commit

Permalink
Removed old plugin dialog code. Upgraded app version
Browse files Browse the repository at this point in the history
  • Loading branch information
amorygalili committed May 27, 2024
1 parent 0dc77b0 commit 991879d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 378 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "FRC Web Components",
"version": "0.9.2"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down
57 changes: 0 additions & 57 deletions src/components/PluginsDialog.tsx

This file was deleted.

276 changes: 0 additions & 276 deletions src/components/plugins-dialog-body.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/components/plugins-dialog.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { readTextFile } from "@tauri-apps/api/fs";
import { exit } from "@tauri-apps/api/process";
import { invoke, dialog } from "@tauri-apps/api";
import { desktopDir, basename } from "@tauri-apps/api/path";
import "./components/plugins-dialog";
import {
writePluginConfig,
getPlugins,
Expand Down

0 comments on commit 991879d

Please sign in to comment.