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

#1645 - When the docs are shown, the Touch Bar should show a "Hide Docs" button #2169

Conversation

joshwalters12
Copy link

Fixes

#1645

Checks

  • Ran yarn test-build
  • Updated relevant documentations (N/A)
  • Updated matching config options in altair-static (N/A)

Changes proposed in this pull request:

  • Button added to touchbar to 'Hide Docs', should only be visible when docs are shown.
  • 'Show Docs' button should only be visible when docs are not shown.

…ic to only show 'Show Docs'/'Hide Docs', depending on the display status of the docs-viewer.
click: () => this.actionManager.showDocs(),
});

const hideDocsButton = new TouchBarButton({
label: 'Hide Docs',
enabled: this.windowInstance.webContents.showDocs,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you test this? I don't think this.windowInstance.webContents.showDocs exists

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@imolorhe imolorhe closed this Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants