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