mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Fix “GIF path” options name
This commit is contained in:
@@ -13,7 +13,7 @@ namespace DesktopMagic.PluginTest;
|
||||
|
||||
public class GifPlugin : Plugin
|
||||
{
|
||||
[Setting("gif-path", "Gif path:")]
|
||||
[Setting("gif-path", "GIF path")]
|
||||
private readonly TextBox input = new TextBox("");
|
||||
|
||||
[Setting("info")]
|
||||
@@ -39,6 +39,7 @@ public class GifPlugin : Plugin
|
||||
public override void Stop()
|
||||
{
|
||||
cancellationTokenSource.Cancel();
|
||||
cancellationTokenSource.Dispose();
|
||||
|
||||
bitmaps.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user