aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-24 18:24:18 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-24 18:24:18 +0200
commitb80e3f8bebe48e102033fe7ab0e402aa869135d3 (patch)
tree45c5132f36ba3a2c018c161662563c7b093e053d /TODO
parentb807712d79121157b6a6d0df902f0f66da82a23f (diff)
Fix crash when opening settings page because of recent change
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index cadc1d0..c7b59e2 100644
--- a/TODO
+++ b/TODO
@@ -37,8 +37,6 @@ Fix first frame being black when running without a compositor.
Add support for systray.
-Add option to take screenshot.
-
Move event callbacks to a global list instead of std::function object in each widget. This reduces the size of widgets,
since most widgets wont have the event callback set.
This event callback would pass the widget as an argument.