Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration test stuck at 'Starting Test' on adding below lines of code #51

Open
ujwalbasnet1 opened this issue Oct 10, 2024 · 0 comments

Comments

@ujwalbasnet1
Copy link

ujwalbasnet1 commented Oct 10, 2024

  await WindowManipulator.initialize(enableWindowDelegate: true);

  await WindowManipulator.setMaterial(
    NSVisualEffectViewMaterial.windowBackground,
  );
  await WindowManipulator.enableFullSizeContentView();
  await WindowManipulator.makeTitlebarTransparent();
  await WindowManipulator.hideTitle();
  await WindowManipulator.addToolbar();

  await WindowManipulator.setToolbarStyle(
    toolbarStyle: NSWindowToolbarStyle.expanded,
  );

  final options = NSAppPresentationOptions.from({
    NSAppPresentationOption.fullScreen,
    NSAppPresentationOption.autoHideToolbar,
    NSAppPresentationOption.autoHideMenuBar,
    NSAppPresentationOption.autoHideDock,
  });
  options.applyAsFullScreenPresentationOptions();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant