Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TechUnRestricted committed Jan 7, 2024
1 parent 8f62ed7 commit a92f820
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can use this app to create bootable universal USB <strong>Windows installers
With this USB drive, you can install and enjoy <strong>Windows</strong> on your <strong>PC</strong>, <strong>Intel Mac</strong> or certain <strong>Virtual Machines</strong>.

<center>
<img alt="WinDiskWriter Main Window" src="https://i.postimg.cc/CFYbxwkD/Win-Disk-Writer-Main-Wind-w.png">
<img alt="WinDiskWriter Main Window" src="https://i.postimg.cc/CYyfZb4Y/Win-Disk-Writer-Screenshot-Pair.png">
</center>

<h2>Table of Contents</h2>
Expand Down
2 changes: 1 addition & 1 deletion WinDiskWriter/Windows/MainWindow/MainWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ - (void)writeAction {

[self displayWarningAlertWithTitle: [LocalizedStrings alertTitleImageWritingSuccess]
subtitle: [LocalizedStrings alertSubtitleImageWritingSuccess]
icon: NSImageNameStatusAvailable];
icon: NULL];

[self->logsView appendRow:[LocalizedStrings alertTitleImageWritingSuccess] logType:ASLogTypeSuccess];

Expand Down
Binary file not shown.

0 comments on commit a92f820

Please sign in to comment.