Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Dec 18, 2023
1 parent 1e706e2 commit d5a8ea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@builder.io/qwik-city": "1.3.1",
"@img/sharp-linux-x64": "^0.33.1",
"@img/sharp-win32-x64": "^0.33.1",
"@tauri-apps/api": "next",
"@tauri-apps/cli": "next",
"@tauri-apps/api": "2.0.0-alpha.12",
"@tauri-apps/cli": "2.0.0-alpha.18",
"@tauri-apps/plugin-notification": "github:tauri-apps/tauri-plugin-notification#v2",
"@tauri-apps/plugin-window-state": "github:tauri-apps/tauri-plugin-window-state#v2",
"@types/eslint": "8.44.9",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { version } from '~/../package.json';
import Luminescent from './icons/Luminescent';
import LoadingIcon from './icons/LoadingIcon';

// @ts-ignore
import { Window } from '@tauri-apps/api/window';
import { sendNotification, isPermissionGranted, requestPermission } from '@tauri-apps/plugin-notification';

Expand Down
2 changes: 2 additions & 0 deletions src/routes/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { config } from '~/speak-config';

import Nav from '../components/Nav';
import { Button } from '~/components/elements/Button';

// @ts-ignore
import { getVersion } from '@tauri-apps/api/app';

export default component$(() => {
Expand Down

0 comments on commit d5a8ea5

Please sign in to comment.