Block a user
initial refactor of Interactions.qml to add better support for touch screen gestures
Everything works as intended.
zshell-img-tools
- Rustfmt lint & format failing Lint format failing is because rustfmt is running on rust edition 2015 on base. I specifically want to write it in the newest edition which is 2024. If we were…
zshell-img-tools
The binary is something that will be worked on separately. As it is tool for zshell but we give the user access to it outside of it as well. I'll create an issue with your comments that you made…
zshell-img-tools
- Swappy App Swappy takes from your own config in ~/.config/swappy/config.json so anything it does or doesn’t do can be changed there.
Do you want this to be editable from the settings…
Undo settings
Currently as how the bar is made creating an undo option for settings is not possible unless we get an overhaul of the settings window. A different way of doing it would be using SQLite which…
zshell-img-tool | Error handling
zshell-img-tool | Error handling
Error handling has been added. 6e43bac52b When will it error:
- Not all arguments are supplied to the…