Replace TextBox with FileSelector for gif-path plugin setting

This commit is contained in:
Stone_Red
2026-01-22 15:29:35 +01:00
parent 3dce9ab59a
commit 1b496db094
+1 -1
View File
@@ -14,7 +14,7 @@ namespace DesktopMagic.PluginTest;
public class GifPlugin : Plugin public class GifPlugin : Plugin
{ {
[Setting("gif-path", "GIF path")] [Setting("gif-path", "GIF path")]
private readonly TextBox input = new TextBox(""); private readonly FileSelector input = new FileSelector();
[Setting("info")] [Setting("info")]
private readonly Label info = new Label(""); private readonly Label info = new Label("");