mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-01 14:48:40 +00:00
The controller class has some important methods which may be required in multiple parts of the code. Now that class is a singleton (that may change in the future). The core parts have been moved to src/core. Now the tray Icon can be disabled by the controller. I need to reimplement a new notification system due to its dependency with the tray icon, they are disabled in this actual commit.