From df5a9c3b5dfce0ecb3164b0a9482c4cc5f4c0030 Mon Sep 17 00:00:00 2001 From: Shawn Kang Date: Thu, 17 Jul 2025 15:04:14 +0900 Subject: [PATCH 1/2] fix: Fixed sound file location to fit with file:// protocol --- electron/main.ts | 2 +- src/page/TimerPage/TimerPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/main.ts b/electron/main.ts index 1298138..442c069 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -25,7 +25,7 @@ function createWindow() { }, }); - mainWindow.setMenu(null); // Hide menu (File, Edit, View, etc.) + // mainWindow.setMenu(null); // Hide menu (File, Edit, View, etc.) if (VITE_DEV_SERVER_URL) { // Development mode diff --git a/src/page/TimerPage/TimerPage.tsx b/src/page/TimerPage/TimerPage.tsx index 530d297..cf4c61f 100644 --- a/src/page/TimerPage/TimerPage.tsx +++ b/src/page/TimerPage/TimerPage.tsx @@ -43,8 +43,8 @@ export default function TimerPage() { return ( <> -