Skip to content

Commit

Permalink
IM设置完善视频切换
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy1024 committed Feb 6, 2025
1 parent 0b4b417 commit a765487
Show file tree
Hide file tree
Showing 16 changed files with 290 additions and 340 deletions.
2 changes: 2 additions & 0 deletions src/lib/storage/settings/OkSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ OkSettings::OkSettings(QObject* parent)
connect(this, &OkSettings::timestampFormatChanged, this, &OkSettings::saveGlobal);
connect(this, &OkSettings::dateFormatChanged, this, &OkSettings::saveGlobal);
connect(this, &OkSettings::outVolumeChanged, this, &OkSettings::saveGlobal);
connect(this, &OkSettings::camVideoResChanged, this, &OkSettings::saveGlobal);
connect(this, &OkSettings::camVideoFPSChanged, this, &OkSettings::saveGlobal);

path = getGlobalSettingsFile();
qDebug() << "Settings file at:" << path;
Expand Down
Loading

0 comments on commit a765487

Please sign in to comment.