Skip to content

Refactor functions and improve logging #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

Miiraak
Copy link
Owner

@Miiraak Miiraak commented Nov 23, 2024

Purpose :

Details :

  • Introduced Remove-RegistryValue and Set-RegistryValue functions to replace direct reg commands for registry modifications.
  • Moved and redefined Add-Log function to enhance logging capabilities.
  • Added Mount-Image function and updated MountButton.Add_Click event handler to use it.
  • Enhanced logging for better user feedback.
  • Updated final cleanup message for improved user-friendliness.

- Introduced `Remove-RegistryValue` and `Set-RegistryValue` functions to replace direct `reg` commands for registry modifications.
- Moved and redefined `Add-Log` function to enhance logging capabilities.
- Added `Mount-Image` function and updated `MountButton.Add_Click` event handler to use it.
- Enhanced logging for better user feedback.
- Updated final cleanup message for improved user-friendliness.
@Miiraak Miiraak added the enhancement New feature or request label Nov 23, 2024
@Miiraak Miiraak self-assigned this Nov 23, 2024
Added :
- Disable image index combobox after selection
- Move process completion message box to script end

Removed:
- Some comments removed
@Miiraak Miiraak marked this pull request as ready for review November 23, 2024 13:36
@Miiraak Miiraak merged commit 8e284c3 into main Nov 23, 2024
@Miiraak Miiraak deleted the Refactor-functions-&-improve-logs branch November 23, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvement: Logs
1 participant