Skip to content

Commit

Permalink
chore: Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Dec 31, 2024
1 parent 183f287 commit 8b10c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import App from "./App";
import "./index.css";
import { createTrayfierTrayIcon } from "./modules/TrayfierTrayIcon/createTrayfierTrayIcon";
import { getCurrentWindow } from "@tauri-apps/api/window";
import { checkForUpdates } from "./modules/Updater/checkForupdates";
import { checkForUpdates } from "./modules/Updater/checkForUpdates";

// Avoid closing the app when the user clicks the close button (hide)
getCurrentWindow().onCloseRequested((e) => {
Expand Down

0 comments on commit 8b10c97

Please # to comment.