From 8b10c9706267999a9187b98d991e556873fb06c6 Mon Sep 17 00:00:00 2001 From: dubisdev Date: Tue, 31 Dec 2024 19:53:28 +0100 Subject: [PATCH] chore: Update imports --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index 3cef159..f12f1ad 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -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) => {