-
-
Notifications
You must be signed in to change notification settings - Fork 9
[Toggle Device] Can't drag a sound device #2
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
Comments
This should now be fixed. The 1.4-SNAPSHOT installer should be updated already. |
Drag and drop is now working 👍🏻, but the actual action of switching between devices doesn't work on knob clic. Here is the message I get in the log file : I guess it has to do with this : PCPanel/src/main/java/com/getpcpanel/commands/command/CommandVolumeDefaultDeviceToggle.java Line 26 in b6e7fab
|
I probably should have actually tested. The functionality instead of just the drag and drop :) |
The todo should now be implemented. I've tried to make it a bit smarter than just having a fixed order. If you manually change the output device (or do so through another button action) the order will continue from the current default device. I also changed the UI a bit. I don't think it makes sense to combine input and output devices in the list so the list disables the output devices if you select an input device and the other way around. If this assumption is wrong please let me know because it will also mean that following the current default device can't be done because there would be multiple default devices :). |
It works perfectly well, thanks a lot! 🥇 |
Hi!
I'm unable to drag and drop or double clic a sound device in the "Toggle Device" section.

My use of this feature is to switch between Speakers and Headset on a single Knob press.
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: