Skip to content

Limit JuK to run only one single instance

Yunhe Guo requested to merge guoyunhe/juk:master into master

As a music player, JuK should always be started as a single instance. But currently you can open a lot of them by clicking application menu.

This PR solved the problem by checking lock file.

Merge request reports