Skip to content

Commit

Permalink
Merge pull request #1152 from openkraken/feat/integration_test_always…
Browse files Browse the repository at this point in the history
…_on_top

feat: integration test always on top
  • Loading branch information
andycall committed Feb 9, 2022
2 parents e78213a + 316b422 commit 0575e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/macos/Runner/MainFlutterWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class MainFlutterWindow: NSWindow {
let windowFrame = self.frame
self.contentViewController = flutterViewController
self.setFrame(windowFrame, display: true)
self.level = NSWindow.Level.floating;

RegisterGeneratedPlugins(registry: flutterViewController)

Expand Down

0 comments on commit 0575e69

Please sign in to comment.