mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
Improved order in getNodeType()
This commit is contained in:
parent
b329dc41bc
commit
610a3fcf83
@ -125,12 +125,12 @@ public class AdminResource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String getNodeType() {
|
private String getNodeType() {
|
||||||
if (Settings.getInstance().isTopOnly()) {
|
if (Settings.getInstance().isLite()) {
|
||||||
return "topOnly";
|
|
||||||
}
|
|
||||||
else if (Settings.getInstance().isLite()) {
|
|
||||||
return "lite";
|
return "lite";
|
||||||
}
|
}
|
||||||
|
else if (Settings.getInstance().isTopOnly()) {
|
||||||
|
return "topOnly";
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
return "full";
|
return "full";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user