diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
commit | b80e3f8bebe48e102033fe7ab0e402aa869135d3 (patch) | |
tree | 45c5132f36ba3a2c018c161662563c7b093e053d /TODO | |
parent | b807712d79121157b6a6d0df902f0f66da82a23f (diff) |
Fix crash when opening settings page because of recent change
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |