Skip to content

Commit

Permalink
Add toolbox actions to open microphone and screenshare settings modals
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious committed Jan 30, 2025
1 parent 27ea6f2 commit aa76944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/betterMicrophone.desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ export default definePlugin({
Emitter.removeAllListeners(PluginInfo.PLUGIN_NAME);

removeSettingsPanelButton(PluginInfo.PLUGIN_NAME);
}
},
toolboxActions: {
"Open Microphone Settings": openMicrophoneSettingsModal
},
});
3 changes: 3 additions & 0 deletions src/plugins/betterScreenshare.desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ export default definePlugin({

removeSettingsPanelButton(PluginInfo.PLUGIN_NAME);
},
toolboxActions: {
"Open Screenshare Settings": openScreenshareModal
},
replacedScreenshareModalComponent
});

0 comments on commit aa76944

Please sign in to comment.