Skip to content
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

Core: make Gtk app uniqueness optional #25

Merged
merged 1 commit into from
May 22, 2024

Conversation

webwarrior-ws
Copy link
Collaborator

Add optional parameter to MauiGtkApplication constructor that determines if application can have several instances running at the same time. Default is false (no uniqueness check), which requires no DBus connections, unlike previous default (uniqueness is enforced).

Add optional parameter to MauiGtkApplication constructor that
determines if application can have several instances running
at the same time. Default is false (no uniqueness check),
which requires no DBus connections, unlike previous default
(uniqueness is enforced).
@knocte knocte merged commit 6b67685 into nblockchain:master May 22, 2024
2 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants