Skip to content

Conversation

@IcySon55
Copy link
Contributor

Sets up the environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs.

… environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs.
Added new UI option to enable Fast Update Label feature.
Added missing function calls. Prevents UI misbehaviour.
Comment on lines 1552 to 1555
if (App.Options.FastUpdateLabel)
FastUpdateLabel();
else
InitializeUIValues(removeEventHandlers: true, rescanDrives: false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicky thing - Can you wrap these 4 lines in curly braces? even though it's mostly apparent, I prefer making it obvious that these are all under the first if.

@IcySon55 IcySon55 mentioned this pull request Mar 5, 2023
@mnadareski mnadareski merged commit 192964f into SabreTools:master Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants