vibed a cached downloader for images
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
|
||||
#include "bar/bar.hpp"
|
||||
#include "services/hyprland.hpp"
|
||||
#include "services/notification.hpp"
|
||||
#include "services/dbus/notification.hpp"
|
||||
|
||||
#include "glibmm/refptr.h"
|
||||
#include "gtkmm/application.h"
|
||||
|
||||
class MprisController;
|
||||
|
||||
class App {
|
||||
public:
|
||||
App();
|
||||
@@ -19,6 +21,7 @@ class App {
|
||||
Glib::RefPtr<Gtk::Application> app;
|
||||
std::vector<std::shared_ptr<Bar>> bars;
|
||||
std::shared_ptr<NotificationService> notificationService = nullptr;
|
||||
std::shared_ptr<MprisController> mprisController = nullptr;
|
||||
HyprlandService *hyprlandService = nullptr;
|
||||
|
||||
TrayService *trayService = TrayService::getInstance();
|
||||
|
||||
Reference in New Issue
Block a user