Skip to content

Refactor functions and improve logging#9

Merged
Miiraak merged 2 commits intomainfrom
Refactor-functions-&-improve-logs
Nov 23, 2024
Merged

Refactor functions and improve logging#9
Miiraak merged 2 commits intomainfrom
Refactor-functions-&-improve-logs

Conversation

@Miiraak
Copy link
Copy Markdown
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