Skip to content

Commit a92f820

Browse files
Minor Changes
1 parent 8f62ed7 commit a92f820

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can use this app to create bootable universal USB <strong>Windows installers
3636
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>.
3737

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

4242
<h2>Table of Contents</h2>

WinDiskWriter/Windows/MainWindow/MainWindow.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ - (void)writeAction {
10741074

10751075
[self displayWarningAlertWithTitle: [LocalizedStrings alertTitleImageWritingSuccess]
10761076
subtitle: [LocalizedStrings alertSubtitleImageWritingSuccess]
1077-
icon: NSImageNameStatusAvailable];
1077+
icon: NULL];
10781078

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

0 commit comments

Comments
 (0)