fixed bottom custom image order

This commit is contained in:
2025-07-19 22:54:16 +02:00
parent 8205fefed3
commit f7eb348944
3 changed files with 8 additions and 5 deletions

View File

@ -15,7 +15,7 @@
_par("Foo5", display-name: "Database", shape: "database")
_par("Foo6", display-name: "Collections", shape: "collections")
_par("Foo7", display-name: "Queue", shape: "queue")
_par("Foo8", display-name: "Typst", shape: "custom", custom-image: TYPST)
_par("Foo9", display-name: "Ferris", shape: "custom", custom-image: FERRIS)
_par("Foo10", display-name: "Baryhobal", shape: "custom", custom-image: ME)
_par("Foo8", display-name: "Typst", shape: "custom", image: TYPST)
_par("Foo9", display-name: "Ferris", shape: "custom", image: FERRIS)
_par("Foo10", display-name: "Baryhobal", shape: "custom", image: ME)
})