mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-14 10:54:43 -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