client/read only note info bar: add support for zen mode

This commit is contained in:
Adorian Doran
2025-11-06 01:08:26 +02:00
parent 95e5c2563e
commit b52e615f0c
5 changed files with 13 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ export default class MobileLayout {
.child(<SharedInfoWidget />)
.child(<ReadOnlyNoteInfoBar />)
.child(<FloatingButtons items={MOBILE_FLOATING_BUTTONS} />)
.child(<ReadOnlyNoteInfoBar zenModeOnly />)
.child(new PromotedAttributesWidget())
.child(
new ScrollingContainer()