New FimFiction.net API downloading:
[fanfix.git] / src / be / nikiroo / fanfix / Instance.java
index 2231414c9b53f310838cbdbfb230779cc2703fbb..9b6448ecb1cb89d490dfe6642d404069382a8868 100644 (file)
@@ -262,6 +262,15 @@ public class Instance {
                }
        }
 
+       /**
+        * The program is in DEBUG mode (more verbose).
+        * 
+        * @return TRUE if it is
+        */
+       public static boolean isDebug() {
+               return debug;
+       }
+
        /**
         * Return a path, but support the special $HOME variable.
         *