Skip to content

Commit

Permalink
update CONTRIBUTING.md for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha authored Mar 23, 2023
1 parent 5a11060 commit 0d4bb28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Of course, the `toggleFullScreen` method of the `MainFlutterWindowManipulator` c
```swift
public static func toggleFullScreen() {
if (self.mainFlutterWindow == nil) {
printNotStartedWarning()
return
start(mainFlutterWindow: nil)
}

self.mainFlutterWindow!.toggleFullScreen(nil)
Expand Down

0 comments on commit 0d4bb28

Please sign in to comment.