Update to version 1.5. Rename About button to Settings and create a Settings dialog where you can configure the commands for each button and moved the About section as well

This commit is contained in:
2024-08-09 23:02:46 +02:00
parent 020aac91ff
commit 08e2988776
2 changed files with 155 additions and 53 deletions
+1
View File
@@ -33,6 +33,7 @@ Edit the `Makefile` or use the following commands:
```shell
% make all # Compile
% sudo make install # Install to /usr/local
% sudo make install PREFIX=/usr # Install to /usr
```
### Manual compilation