diff --git a/package.json b/package.json
index 00a84a1..8c779c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "my-weekly-todo-list",
- "version": "1.59.0",
+ "version": "1.59.1",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js",
"scripts": {
diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx
index 4c093e1..15a300f 100644
--- a/src/components/WeeklyView.tsx
+++ b/src/components/WeeklyView.tsx
@@ -5934,32 +5934,7 @@ export default function WeeklyView() {
/>
)}
- {/* Quick Settings toggle button (bottom-left) */}
- {!showQuickSettings && (
-
- )}
+ {/* Quick Settings toggle button is now in the desktop header toolbar */}
{/* View Transitions Style Block */}