Skip to content

Commit

Permalink
Allow multiple instances of braus
Browse files Browse the repository at this point in the history
This fixes opening braus several times with different URLs

Resolves: #20
  • Loading branch information
cweiske committed Nov 26, 2020
1 parent 5c88fff commit a427660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, *args, **kwargs):
super().__init__(
*args,
application_id='com.properlypurple.braus',
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE | Gio.ApplicationFlags.NON_UNIQUE,
**kwargs
)

Expand Down

0 comments on commit a427660

Please sign in to comment.