2 Commits
Author SHA1 Message Date
kekePower d286cecaef Merge GitHub master into version 2.2 branch 2026-08-08 23:03:15 +02:00
kekePower 13c06c274d refactor: extract constants, deduplicate defaults, improve config loading
- Define NUM_COMMANDS and DEFAULT_COMMANDS to eliminate repeated arrays
- Initialize commands to NULL and fall back to defaults on config read errors
- Skip empty lines and handle malformed entries gracefully in load_configuration
- Show a "Configuration saved." toast on successful settings save
- Fix window parent lookup via gtk_application_get_active_window
2026-05-20 22:46:10 +02:00
+4
View File
@@ -4,3 +4,7 @@ resources.h
# Atlas Scout local data
.atlas/
# ZaguanBlade local data
.zblade/
.pnpm-store/