add verify setting

This commit is contained in:
Er2 2022-08-07 13:39:11 +03:00
parent 7b5197ff55
commit bff14ea917
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
@no-nitro: true;
@no-banner: false;
@verifies: true;
@round: 8px;
@rounder: 16px;

View File

@ -234,5 +234,8 @@ div[id^="message-accessories-"] {
}
// Verified!
.verify('785219544364351499');
.vrf() when (@verifies = true) {
.verify('785219544364351499');
}
.vrf();