File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77abstract class MenuItem implements MenuItemContract
88{
99 protected string $ type = 'normal ' ;
10+
1011 protected ?string $ label = null ;
12+
1113 protected ?string $ sublabel = null ;
14+
1215 protected ?string $ accelerator = null ;
16+
1317 protected ?string $ icon = null ;
18+
1419 protected ?string $ toolTip = null ;
1520
1621 protected bool $ isEnabled = true ;
22+
1723 protected bool $ isVisible = true ;
18- protected bool $ isChecked = false ;
1924
25+ protected bool $ isChecked = false ;
2026
2127 public function enabled ($ enabled = true ): self
2228 {
Original file line number Diff line number Diff line change 33namespace Native \Laravel ;
44
55use Illuminate \Support \Facades \URL ;
6- use Illuminate \Support \Str ;
76use Native \Laravel \Client \Client ;
87
98class Window
You can’t perform that action at this time.
0 commit comments