mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Replace TextBox with FileSelector for gif-path plugin setting
This commit is contained in:
@@ -14,7 +14,7 @@ namespace DesktopMagic.PluginTest;
|
||||
public class GifPlugin : Plugin
|
||||
{
|
||||
[Setting("gif-path", "GIF path")]
|
||||
private readonly TextBox input = new TextBox("");
|
||||
private readonly FileSelector input = new FileSelector();
|
||||
|
||||
[Setting("info")]
|
||||
private readonly Label info = new Label("");
|
||||
|
||||
Reference in New Issue
Block a user