DTG: Fix systray menu redraw on Mac;

Switch to AWT by default on Mac;
Hide DTG enable form on Mac until we fix headless override in i2prouter
This commit is contained in:
zzz
2016-05-20 14:43:15 +00:00
parent 18b61e7036
commit 101d0691f0
5 changed files with 43 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";