manifest is grouped together as a setting

This commit is contained in:
Henry Jameson 2025-12-15 22:31:54 +02:00
commit d26dca92e2
2 changed files with 5 additions and 3 deletions

View file

@ -49,10 +49,13 @@
<PWAManifestIconsSetting path=":pleroma.:manifest.:icons" /> <PWAManifestIconsSetting path=":pleroma.:manifest.:icons" />
</li> </li>
<li> <li>
<ColorSetting path=":pleroma.:manifest.:theme_color" /> <ColorSetting hide-draft-buttons path=":pleroma.:manifest.:theme_color" />
</li> </li>
<li> <li>
<ColorSetting path=":pleroma.:manifest.:background_color" /> <ColorSetting hide-draft-buttons path=":pleroma.:manifest.:background_color" />
</li>
<li>
<GroupSetting path=":pleroma.:manifest" />
</li> </li>
<li> <li>
<AttachmentSetting path=":pleroma.:instance.:background_image" /> <AttachmentSetting path=":pleroma.:instance.:background_image" />

View file

@ -131,7 +131,6 @@
</li> </li>
</ul> </ul>
</div> </div>
<DraftButtons />
</div> </div>
</template> </template>