mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:05:10 +00:00
UI: IniOptions: Fix typo
This commit is contained in:
parent
ec43e41336
commit
61613205a6
@ -48,7 +48,7 @@ public:
|
|||||||
void setQuotaDayMb(int v) { setValue("quota/quotaDayMb", v); }
|
void setQuotaDayMb(int v) { setValue("quota/quotaDayMb", v); }
|
||||||
|
|
||||||
int quotaMonthMb() const { return valueInt("quota/quotaMonthMb"); }
|
int quotaMonthMb() const { return valueInt("quota/quotaMonthMb"); }
|
||||||
void setQuotaMonthMb(int v) { setValue("quota/quotaMonthMMb", v); }
|
void setQuotaMonthMb(int v) { setValue("quota/quotaMonthMb", v); }
|
||||||
|
|
||||||
bool quotaStopInetTraffic() const { return valueBool("quota/stopInetTraffic"); }
|
bool quotaStopInetTraffic() const { return valueBool("quota/stopInetTraffic"); }
|
||||||
void setQuotaStopInternet(bool v) { setValue("quota/stopInetTraffic", v); }
|
void setQuotaStopInternet(bool v) { setValue("quota/stopInetTraffic", v); }
|
||||||
|
Loading…
Reference in New Issue
Block a user