mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
- Add GitHub and Download plugins button
- Add auto updater - Disable calender
This commit is contained in:
@@ -38,9 +38,9 @@ namespace DesktopMagicPlugin.Test
|
||||
{
|
||||
try
|
||||
{
|
||||
info.Value = "Loading...";
|
||||
if (File.Exists(input.Value))
|
||||
{
|
||||
info.Value = "Loading...";
|
||||
Image gif = Image.FromFile(input.Value);
|
||||
|
||||
PropertyItem item = gif.GetPropertyItem(0x5100); // FrameDelay in libgdiplus
|
||||
|
||||
Reference in New Issue
Block a user