Better debug test

This commit is contained in:
dec05eba
2024-12-29 14:42:45 +01:00
parent 050e8773cc
commit c5c79bec64
2 changed files with 4 additions and 2 deletions

4
TODO
View File

@@ -115,4 +115,6 @@ We can get the name of the running steam game without x11 by listing processes a
All steam game names by ID are available at https://api.steampowered.com/ISteamApps/GetAppList/v2/. The name of a single game can be retrieved from http://store.steampowered.com/api/appdetails?appids=115800.
Dont put widget position to int position when scrolling. This makes the UI jitter when it's coming to a halt.
Dont put widget position to int position when scrolling. This makes the UI jitter when it's coming to a halt.
Show a popup asking if the user wants to add the program to system startup when launching the program, with a dismiss option and "Do not show again".