From ba91a80e6f6a5d25fd3a283d9f65bf276b81cd49 Mon Sep 17 00:00:00 2001 From: Cam Michie Date: Tue, 13 May 2025 13:21:59 +0100 Subject: [PATCH] remove unnecessary comment --- ui/stash.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/stash.go b/ui/stash.go index d975b27..91fefad 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -390,8 +390,8 @@ func newStashModel(common *commonModel) stashModel { filterInput: si, serverPage: 1, sections: s, - sortAscending: true, // Initialize with sortAscending sort - sortByDate: false, // Initialize with title sort + sortAscending: true, + sortByDate: false, } return m