base function of indicators work again

This commit is contained in:
2026-01-31 15:26:11 +01:00
parent ad5e678c5d
commit 7ad6f46b3c
12 changed files with 212 additions and 523 deletions

View File

@@ -19,7 +19,7 @@ class App {
private:
Glib::RefPtr<Gtk::Application> app;
std::vector<Bar *> bars;
HyprlandService *hyprlandService = HyprlandService::getInstance();
HyprlandService *hyprlandService = nullptr;
NotificationService notificationService;
TrayService *trayService = TrayService::getInstance();