Added option connect via unmetered only

This commit is contained in:
M66B
2022-04-22 15:36:32 +02:00
parent 0a92b677b2
commit 7fa99dc0a7
10 changed files with 2856 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ public class TupleAccountState extends EntityAccount {
this.ignore_size.equals(other.ignore_size) &&
this.use_date.equals(other.use_date) &&
this.use_received.equals(other.use_received) &&
Objects.equals(this.conditions, other.conditions) &&
this.folders == other.folders &&
Objects.equals(this.tbd, other.tbd));
} else