generated from Dicken/dickendock
Fix: visible-Flag für Scan-Müll, editierbare Hostname/Port/HTTPS, Sidebar fixiert, Suche nur bei Eingabe
This commit is contained in:
@@ -34,6 +34,7 @@ export async function scanRoutes(app: FastifyInstance): Promise<void> {
|
||||
suggestedDisplayName: found.suggestedDisplayName,
|
||||
suggestedCategory: found.category,
|
||||
suggestedIcon: found.icon,
|
||||
suggestedVisible: found.visible,
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user