aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-07 18:39:30 -0500
committerMichael <[email protected]>2017-02-07 18:39:30 -0500
commit07192c6c2e9e0559e2ac2d9478db36fdcb3a2071 (patch)
tree81fcce3c839485142be90456b09c5b418776c802 /ShiftOS_TheReturn
parent7a29121456747651bd27d75833e28d5f7d479a1e (diff)
downloadshiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.tar.gz
shiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.tar.bz2
shiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.zip
Add default icons for most apps
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 4cf3834..7434088 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -64,6 +64,11 @@ namespace ShiftOS.Engine {
return null;
}
+ public static void SetIconProber(IIconProber prober)
+ {
+ _iconProber = prober;
+ }
+
public static Image ImageFromBinary(byte[] image) {
if (image == null)
return null;