mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-02 02:22:13 -05:00
Add Settings entry to File menu
This automagically creates a (localized?) Preferences entry on OSX as well
This commit is contained in:
@@ -575,6 +575,12 @@ void OBSBasic::on_action_Save_triggered()
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
void OBSBasic::on_action_Settings_triggered()
|
||||
{
|
||||
OBSBasicSettings settings(this);
|
||||
settings.exec();
|
||||
}
|
||||
|
||||
void OBSBasic::on_scenes_currentItemChanged(QListWidgetItem *current,
|
||||
QListWidgetItem *prev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user