Add limit warning in pad2

This commit is contained in:
yflory
2017-08-21 12:24:33 +02:00
parent 30aef71603
commit 140c6f3776
6 changed files with 24 additions and 2 deletions

View File

@@ -57,4 +57,9 @@ define({
// Use anonymous rpc from inside the iframe (for avatars & pin usage)
'Q_ANON_RPC_MESSAGE': true,
// Check the pin limit to determine if we can store the pad in the drive or if we should
// display a warning
'Q_GET_PIN_LIMIT_STATUS': true,
});