Added rotate button for doc images to touchbar for media view overlay.

This commit is contained in:
23rd 2020-07-15 22:03:28 +03:00
parent 8aafe6ba0e
commit df155f6cb5

View file

@ -2131,6 +2131,7 @@ void OverlayWidget::displayDocument(
const auto &path = location.name();
if (QImageReader(path).canRead()) {
_staticContent = PrepareStaticImage(path);
_touchbarDisplay.fire(TouchBarItemType::Photo);
}
}
location.accessDisable();