Update to version 1.3

- Added `resources.c` and `resources.h` to the `.gitignore` file.
- Modified the `execute_command` function to use `g_spawn_command_line_async` for asynchronous command execution.
- Updated the `show_confirmation_dialog` function to display a GTK dialog with a warning icon and improved layout.
- Added a margin to the buttons in the `create_button` function for better spacing.
- Improved error handling for loading the window icon in the `activate` function.
- Updated README.md with more information about manually compiling ssdd
This commit is contained in:
2024-07-12 08:08:54 +02:00
parent 152a0d648c
commit 65946c76fc
3 changed files with 105 additions and 51 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
ssdd
resources.c
resources.h