Start on rpc, open existing instances ui when trying to launch gsr-ui a second time

This commit is contained in:
dec05eba
2024-12-30 22:57:48 +01:00
parent a3d4455b3d
commit c2dca2e8f8
7 changed files with 201 additions and 19 deletions

4
TODO
View File

@@ -119,4 +119,6 @@ Dont put widget position to int position when scrolling. This makes the UI jitte
Show a popup asking if the user wants to add the program to system startup when launching the program, with a dismiss option and "Do not show again".
Show warning if another instance of gpu screen recorder is already running when starting recording?
Show warning if another instance of gpu screen recorder is already running when starting recording?
Change gsr-global-hotkeys to outputs keys pressed instead of the command. This can be done pretty safely by only output keys when modifiers (such as alt) is pressed.