mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +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
|
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("");
|
||||||
|
|||||||
Reference in New Issue
Block a user