aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/FileSkimmerBackend.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/FileSkimmerBackend.cs b/ShiftOS_TheReturn/FileSkimmerBackend.cs
index 8030a6e..6e2f6be 100644
--- a/ShiftOS_TheReturn/FileSkimmerBackend.cs
+++ b/ShiftOS_TheReturn/FileSkimmerBackend.cs
@@ -131,7 +131,7 @@ namespace ShiftOS.Engine
public static System.Drawing.Image GetImage(string filepath)
{
- return new Bitmap(42, 42);
+ return _fs.GetImage(filepath);
}
}
@@ -143,6 +143,7 @@ namespace ShiftOS.Engine
void OpenFile(string filepath);
void GetPath(string[] filetypes, FileOpenerStyle style, Action<string> callback);
void OpenDirectory(string path);
+ Image GetImage(string path);
}