fix: adapt app for gnome environments that have no tray

This commit is contained in:
2026-03-01 04:02:14 +03:00
parent a566b78721
commit c8c147901e
3 changed files with 35 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ struct _MoeMojiApplication {
const gchar *tray_icon_name;
GDBusProxy *shortcuts_proxy;
gchar *shortcuts_session_path;
gboolean has_tray;
};
G_BEGIN_DECLS