Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZiAD committed May 10, 2024
1 parent 8e786da commit 75fb6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using WinBlur;
using static WinBlur.UI;
```

- **Step 3.** If **you are not** using the `None` FormBorderStyle, then create the `Form_Load` event, or head over to the form constructor and add the following code:
- **Step 3.** A) If **you are not** using the `None` FormBorderStyle, then create the `Form_Load` event, or head over to the form constructor and add the following code:

```cs

Expand All @@ -32,7 +32,7 @@ using static WinBlur.UI;
SetBlurStyle(frm: this, blurType: BlurType.Acrylic, designMode: Mode.DarkMode, showWindowsTitle: true);
```

If **you are** using the `None` FormBorderStyle, then create the `Form_Load` event, or head over to the form constructor and add the following code:
- **Step 3.** B) If **you are** using the `None` FormBorderStyle, then create the `Form_Load` event, or head over to the form constructor and add the following code:

```cs

Expand Down

0 comments on commit 75fb6f5

Please sign in to comment.