diff options
author | The Man <ThisIsntTheWay@users.noreply.github.com> | 2024-01-21 03:51:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:51:33 +0000 |
commit | 14525695bec145d2a3e2cf55f8619f28de3f3d71 (patch) | |
tree | 7d12132eb1c409b78b80353664f257f6a349b8de /ext/settings.html | |
parent | 2de19c46a3c570855fe1b803fe677cee0b4e4036 (diff) |
Add warning if available storage space is low (#548)
* Add warning if storage space is low
* b -> strong
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index 3a4c90ce..38cbf6f6 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -140,6 +140,12 @@ </span> <span class="storage-use-finite" hidden> Yomitan is using approximately <span class="storage-usage">?</span> of <span class="storage-quota">?</span>. + <div class="storage-exhaustion-alert warning-text margin-above"> + <div> + <strong>Your system is running low on storage space.</strong><br> + Importing dictionaries may fail. + </div> + </div> </span> <span class="storage-use-infinite" hidden> Yomitan is permitted unlimited storage. |