autostart apps removal

This commit is contained in:
galister
2026-01-10 02:50:51 +09:00
parent be8126e11a
commit 367e2d6d37
4 changed files with 69 additions and 15 deletions

View File

@@ -34,11 +34,15 @@
</Button>
</template>
<template name="AutoStartApp">
<Button id="${id}" color="#AA3333" height="32" tooltip="${translation}_HELP" padding="4" gap="8" >
<sprite src_builtin="${icon}" height="24" width="24" />
<label align="left" translation="${translation}" weight="bold" min_width="200" />
</Button>
<template name="AutostartApp">
<div id="${id}_root" flex_direction="row">
<Button id="${id}" color="#AA3333" height="24" padding="4" margin_top="-2" margin_bottom="-2" >
<sprite src_builtin="dashboard/close.svg" height="20" width="20" />
</Button>
<div padding_left="8" >
<label align="left" text="${text}" weight="bold" overflow="hidden"/>
</div>
</div>
</template>
<elements>