Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Added customized style.css in customization.zip that hides all button groups and version label in statusbar based on their style class except the first one group with sheet controls:

Code Block
.xenon-statusbar .XeButtonGroup:not(:first-child),
.xenon-statusbar-version {
  display: none;
}

4. Open file for editing from S3 bucket with custom feature

...