-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS: add basic menubar support #2242
Conversation
selsta
commented
Jul 1, 2019
•
edited
Loading
edited
@selsta Needs a rebase. |
Rebased, but there’s still a bug that breaks Windows and Linux compilation :/ |
2992353
to
26e63ed
Compare
Due to a bug in Qt 5.9, this is broken on Windows and Linux. PR will have to stay open until we update to a newer Qt version. |
f29ef3a
to
8e78e84
Compare
This passes CI now, hmm... I wonder if we could merge this now. |
Still have to work on adding static linux cmake support to this PR. |
Have to add static (linux) support https://invent.kde.org/network/kaidan/-/blob/f597b3f2d587aee8fc93ee2a77a4f7ed08a2dc4c/CMakeLists.txt |
e702039
to
dfb42ba
Compare
Fixed all issues now, ready for review. |
components/MenuBar.qml
Outdated
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
import Qt.labs.platform 1.0 as PlatformLabs | ||
import "../components" as MoneroComponents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated (if that's what you meant)