mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-28 10:28:38 -04:00
UI: Add basic hotkey integration
This commit is contained in:
@@ -181,5 +181,7 @@ OBSBasicSourceSelect::OBSBasicSourceSelect(OBSBasic *parent, const char *id_)
|
||||
ui->sourceName->setFocus(); //Fixes deselect of text.
|
||||
ui->sourceName->selectAll();
|
||||
|
||||
installEventFilter(CreateShortcutFilter());
|
||||
|
||||
obs_enum_sources(EnumSources, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user