Skip to content

Commit ac1a1e6

Browse files
Add missing features and functionalities to the app
Add new settings to `config.json`. * Add setting for enabling/disabling dark mode. * Include setting for specifying the default language of the app. * Add setting for configuring the logging level (e.g., DEBUG, INFO, ERROR). * Include setting for specifying the default directory for saving logs. * Add setting for enabling/disabling automatic updates. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProjectZeroDays/zero-click-exploits?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 9f93bda commit ac1a1e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
"modify_exploits": true,
1616
"deploy_exploits": true,
1717
"post_exploitation_modules": true
18-
}
18+
},
19+
"dark_mode": false,
20+
"default_language": "en",
21+
"logging_level": "INFO",
22+
"log_directory": "logs",
23+
"automatic_updates": true
1924
}

0 commit comments

Comments
 (0)