Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Apr 1, 2024
1 parent ec1c97a commit 033ed4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion menu/satus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2081,8 +2081,9 @@ satus.components.shortcut = function(component, skeleton) {

component.className = 'satus-button';

component.render = function(parent = self.primary) {
component.render = function(parent) {
var self = this,
parent = parent || self.primary,
children = parent.children;

satus.empty(parent);
Expand Down

0 comments on commit 033ed4d

Please sign in to comment.