SetSprite → SetImage, remove fifo & shell label

This commit is contained in:
galister
2025-12-24 00:55:10 +09:00
parent fcacc182de
commit 6672fb71e4
9 changed files with 27 additions and 355 deletions

View File

@@ -58,7 +58,7 @@ pub enum PlayspaceTask {
pub enum ModifyPanelCommand {
SetText(String),
SetColor(String),
SetSprite(String),
SetImage(String),
SetVisible(bool),
SetStickyState(bool),
}