1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Disable update check (automatically and in menu)
Author: Felix Natter <fnatter@gmx.net>
Forwarded: not-needed
Last-Update: 2018-09-15
@@ -179,7 +179,7 @@
browsemode_initial_map=map.mm
bugTrackerLocation=http\://www.freeplane.org/bugs
center_selected_node=false
-check_updates_automatically=true
+check_updates_automatically=false
compare_as_number=true
connector_alpha=200
connector_shape=CUBIC_CURVE
@@ -508,7 +508,7 @@
<Entry builder="separator" />
</Entry>
<Entry name="help">
- <Entry name="UpdateCheckAction" />
+ <!--<Entry name="UpdateCheckAction" />-->
<Entry builder="separator" />
<Entry name="web_resources">
<Entry name="OpenFreeplaneSiteAction" />
|