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:
parent
aa3537294d
commit
6be1f189cf
@ -336,4 +336,11 @@ beestat.component.card.settings.prototype.decorate_top_right_ = function(parent)
|
||||
.set_callback(function() {
|
||||
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();
|
||||
}));
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user