mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add call settings (#5540)
This commit is contained in:
@@ -657,6 +657,13 @@ void OpenSystemSettingsForPermission(PermissionType type) {
|
||||
}
|
||||
}
|
||||
|
||||
bool OpenSystemSettings(SystemSettingsType type) {
|
||||
if (type == SystemSettingsType::Audio) {
|
||||
WinExec("control.exe mmsys.cpl", SW_SHOW);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace Platform
|
||||
|
||||
void psNewVersion() {
|
||||
|
Reference in New Issue
Block a user