mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Completed the audio panel
This commit is contained in:
@@ -128,9 +128,6 @@ export class ShortcutManager {
|
||||
getApp()
|
||||
.getAudioManager()
|
||||
.getSinks()
|
||||
.filter((sink) => {
|
||||
return sink instanceof RadioSink;
|
||||
})
|
||||
[idx]?.setPtt(true);
|
||||
},
|
||||
code: key,
|
||||
@@ -144,9 +141,6 @@ export class ShortcutManager {
|
||||
getApp()
|
||||
.getAudioManager()
|
||||
.getSinks()
|
||||
.filter((sink) => {
|
||||
return sink instanceof RadioSink;
|
||||
})
|
||||
[idx]?.setPtt(false);
|
||||
},
|
||||
code: key,
|
||||
|
||||
Reference in New Issue
Block a user