Implement CSV loading and saving functionality; refactor user list management; update UUID generation and search functions; enhance signal handling in main application.

This commit is contained in:
2025-05-13 21:17:07 +02:00
parent 863d3e03e4
commit 2752f252ce
12 changed files with 195 additions and 34 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"fcntl.h": "c",
"file_operations.h": "c",
"string.h": "c",
"termios.h": "c"
"termios.h": "c",
"typeinfo": "c"
},
"C_Cpp.errorSquiggles": "enabled"
}