1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Added link to new contribute layer

This commit is contained in:
Jon Ziebell 2022-10-18 08:46:28 -04:00
parent aa3537294d
commit 6be1f189cf

View File

@ -336,4 +336,11 @@ beestat.component.card.settings.prototype.decorate_top_right_ = function(parent)
.set_callback(function() { .set_callback(function() {
window.open('https://doc.beestat.io/9d01e7256390473ca8121d4098d91c9d'); window.open('https://doc.beestat.io/9d01e7256390473ca8121d4098d91c9d');
})); }));
menu.add_menu_item(new beestat.component.menu_item()
.set_text('Contribute (New)')
.set_icon('credit_card_lock')
.set_callback(function() {
new beestat.layer.contribute().render();
}));
}; };