Browse Source

Bugfix: 'Read only' checkbox was ignored

Tal Aloni 6 years ago
parent
commit
a85095bab5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ISCSIConsole/SelectDiskImageForm.cs

+ 2 - 0
ISCSIConsole/SelectDiskImageForm.cs

@@ -52,6 +52,8 @@ namespace ISCSIConsole
                 MessageBox.Show("Unsupported Disk Image Format", "Error");
                 return;
             }
+
+            diskImage.IsReadOnly = chkReadOnly.Checked;
             bool isLocked = false;
             try
             {