From 07401d3dfa8f8b52f8737719e23b9ba61351e20c Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 11 May 2026 15:52:04 +0200 Subject: [PATCH] fix: restore Printer icon to collapsed desktop rail Print button was accidentally dropped when the history flyout was slimmed to undo/redo only. Restored next to Refresh in the rail. v1.111.5 --- package.json | 2 +- src/components/WeeklyView.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c9b512..0c8d88a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.111.4", + "version": "1.111.5", "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 c7bcc08..0524497 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -5932,8 +5932,9 @@ export default function WeeklyView() { {railSep} {/* History flyout (undo / redo) */} - {/* Refresh */} + {/* Refresh + Print */} +
{railSep} {/* Settings (cogwheel) + User menu at bottom */}