13 lines
604 B
Diff
13 lines
604 B
Diff
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs
|
|
index 8551142..a03c380 100644
|
|
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs
|
|
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs
|
|
@@ -355,7 +355,7 @@ namespace Duplicati.GUI.TrayIcon
|
|
private static bool TryGetGtk()
|
|
{
|
|
#if __WindowsGTK__ || ENABLE_GTK
|
|
- return typeof(Gtk.StatusIcon) != null && typeof(Gdk.Image) != null;
|
|
+ return typeof(Gtk.StatusIcon) != null /*&& typeof(Gdk.Image) != null*/;
|
|
#else
|
|
return false;
|
|
#endif
|