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

Add Button Proporties to NbWindowConfig #2382

Closed
1 of 2 tasks
timonmasberg opened this issue May 23, 2020 · 0 comments · Fixed by #2762
Closed
1 of 2 tasks

Add Button Proporties to NbWindowConfig #2382

timonmasberg opened this issue May 23, 2020 · 0 comments · Fixed by #2762

Comments

@timonmasberg
Copy link

Issue type

I'm submitting a ...

  • bug report
  • feature request

Issue description

It would be nice to have properties like minimizeButton in NbWindowConfig to control NbWindow behavior. Currently, there is no way doing that with the NbWindowService

Related code:

Example

 this.windowService.open(YourComponent, {
            title: 'I can not be minimized',
           minimizeButton: false
        });
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

Successfully merging a pull request may close this issue.

1 participant