Fix crash when opening settings page because of recent change

This commit is contained in:
dec05eba
2025-05-24 18:24:18 +02:00
parent b807712d79
commit b80e3f8beb
5 changed files with 18 additions and 9 deletions

2
TODO
View File

@@ -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.