mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-24 06:33:41 +01:00
Update 3rdparty/README.md
This commit is contained in:
parent
e64a2b98c4
commit
26fbd5c144
17
3rdparty/README.md
vendored
17
3rdparty/README.md
vendored
@ -2,20 +2,27 @@
|
|||||||
============================================
|
============================================
|
||||||
|
|
||||||
KDSingleApplication
|
KDSingleApplication
|
||||||
-----------------
|
-------------------
|
||||||
This is a small static library used by Strawberry to prevent it from starting twice per user session.
|
A small library used by Strawberry to prevent it from starting twice per user session.
|
||||||
If the user tries to start strawberry twice, the main window will maximize instead of starting another instance.
|
If the user tries to start strawberry twice, the main window will maximize instead of starting another instance.
|
||||||
It is also used to pass command-line options through to the first instance.
|
It is also used to pass command-line options through to the first instance.
|
||||||
|
This 3rdparty copy is used only if KDSingleApplication 1.1 or higher is not found on the system.
|
||||||
|
|
||||||
URL: https://github.com/KDAB/KDSingleApplication/
|
URL: https://github.com/KDAB/KDSingleApplication/
|
||||||
|
|
||||||
|
|
||||||
SPMediaKeyTap
|
SPMediaKeyTap
|
||||||
-------------
|
-------------
|
||||||
Used on macOS to exclusively enable strawberry to grab global media shortcuts.
|
A library used on macOS to exclusively grab global media shortcuts.
|
||||||
Can safely be deleted on other platforms.
|
|
||||||
|
|
||||||
|
The library is no longer maintained by the original author.
|
||||||
|
|
||||||
|
The directory can safely be deleted on other platforms.
|
||||||
|
|
||||||
getopt
|
getopt
|
||||||
------
|
------
|
||||||
getopt included only when compiling on Windows.
|
getopt included on Windows for command line options parsing with Unicode support .
|
||||||
|
|
||||||
|
The directory can safely be deleted on other platforms.
|
||||||
|
|
||||||
|
URL: https://github.com/ludvikjerabek/getopt-win
|
||||||
|
Loading…
Reference in New Issue
Block a user