Improve edit screen
This commit is contained in:
parent
52770d7eb2
commit
826986cdbf
12 changed files with 235 additions and 40 deletions
|
@ -10,7 +10,7 @@ export default class GuiButton extends GuiElement {
|
|||
}
|
||||
|
||||
click() {
|
||||
if (this.options.draw)
|
||||
if (this.options.draw && !this.options.disabled)
|
||||
this.onclick();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue