fix: hide Storage section in settings menu when quota is empty

This commit is contained in:
dab246
2025-10-22 15:20:55 +07:00
committed by Dat H. Pham
parent 2f9e6d61c9
commit 7f5c48cbe3
10 changed files with 128 additions and 96 deletions
@@ -1,3 +1,3 @@
class NotFoundQuotasException implements Exception {
NotFoundQuotasException();
}
class NotFoundQuotasException implements Exception {}
class QuotasNotSupportedException implements Exception {}