=> c658fb20aaaae8fbe30a24cf3a9d727c6220cfc8
[1mdiff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c[m [1mindex 3d785e0a..1eddd6b7 100644[m [1m--- a/src/ui/sidebarwidget.c[m [1m+++ b/src/ui/sidebarwidget.c[m [36m@@ -374,10 +374,6 @@[m [mstatic void updateItems_SidebarWidget_(iSidebarWidget *d) {[m break;[m }[m case identities_SidebarMode: {[m [31m- /* Actions. */ {[m [31m- addActionButton_SidebarWidget_(d, add_Icon " ${sidebar.action.ident.new}", "ident.new", 0);[m [31m- addActionButton_SidebarWidget_(d, "${sidebar.action.ident.import}", "ident.import", 0);[m [31m- }[m const iString *tabUrl = url_DocumentWidget(document_App());[m isEmpty = iTrue;[m iConstForEach(PtrArray, i, identities_GmCerts(certs_App())) {[m [36m@@ -414,6 +410,11 @@[m [mstatic void updateItems_SidebarWidget_(iSidebarWidget *d) {[m iRelease(item);[m isEmpty = iFalse;[m }[m [32m+[m[32m /* Actions. */[m [32m+[m[32m if (!isEmpty) {[m [32m+[m[32m addActionButton_SidebarWidget_(d, add_Icon " ${sidebar.action.ident.new}", "ident.new", 0);[m [32m+[m[32m addActionButton_SidebarWidget_(d, "${sidebar.action.ident.import}", "ident.import", 0);[m [32m+[m[32m }[m const iMenuItem menuItems[] = {[m { person_Icon " ${ident.use}", 0, 0, "ident.use arg:1" },[m { close_Icon " ${ident.stopuse}", 0, 0, "ident.use arg:0" },[m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).