From ee3491860f86c65e6af1bc3549e6228c053e34f3 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 20 Dec 2024 20:44:31 +0100 Subject: fix: adjust the width of key list cell correctly --- src/ui/main_window/MainWindowSlotFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/main_window/MainWindowSlotFunction.cpp') diff --git a/src/ui/main_window/MainWindowSlotFunction.cpp b/src/ui/main_window/MainWindowSlotFunction.cpp index 19760e0f..15c1ef46 100644 --- a/src/ui/main_window/MainWindowSlotFunction.cpp +++ b/src/ui/main_window/MainWindowSlotFunction.cpp @@ -692,7 +692,7 @@ void MainWindow::SlotEncryptEML() { } } - LOG_E() << "mime or signature data is missing"; + return 0; }); }); } -- cgit v1.2.3