Skip to content

[Bug]: MenuBar Feature not working #125

@christophstockinger

Description

@christophstockinger

What happened?

I created a new Laravel app and installed the package according to the tutorial. Then I tried to create a MenuBar application according to the doc. However, the icon is never displayed in the MenuBar.

How to reproduce the bug

// in the NativeAppServiceProvider
 MenuBar::create()
            ->width(400)
            ->height(400)
            ->alwaysOnTop()
            ->url('https://christophstockinger.com')
            ->label('Hallo')->open();

Package Version

0.1.0

PHP Version

8.2.6

Laravel Version

10.15.0

Which operating systems does with happen with?

macOS

Notes

Mac-Book Pro 14" - 2023
Apple M2 Max
macOs 13.2 (22D49)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions