mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 13:45:42 +00:00
Merge branch 'design2015' of ssh://sapsailing.com/home/trac/git into design2015-cleanup
This commit is contained in:
+2
-2
@@ -36,11 +36,11 @@ public class ExperimentalFeatures {
|
||||
/**
|
||||
* Enables/disables user management on desktop by showing/hiding the respective menu in the upper right corner.
|
||||
*/
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_DESKTOP = false;
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_DESKTOP = true;
|
||||
/**
|
||||
* Enables/disables user management on mobile UI by showing/hiding the respective menu item(s) in the upper right menu.
|
||||
*/
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_MOBILE = false;
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_MOBILE = true;
|
||||
/**
|
||||
* Provide buttons for user management login via social services like facebook or google.
|
||||
*/
|
||||
|
||||
+1
-1
@@ -8,5 +8,5 @@ public class ExperimentalFeatures {
|
||||
/**
|
||||
* Enables/disables user management on race board by showing/hiding the respective menu in the upper right corner.
|
||||
*/
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_RACEBOARD = false;
|
||||
public static final boolean SHOW_USER_MANAGEMENT_ON_RACEBOARD = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user