mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-18 11:14:40 -04:00
UI: Delete cookies on profile removal
This commit is contained in:
@@ -88,6 +88,15 @@ void DestroyPanelCookieManager()
|
||||
#endif
|
||||
}
|
||||
|
||||
void DeleteCookies()
|
||||
{
|
||||
#ifdef BROWSER_AVAILABLE
|
||||
if (panel_cookies) {
|
||||
panel_cookies->DeleteCookies("", "");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void DuplicateCurrentCookieProfile(ConfigFile &config)
|
||||
{
|
||||
#ifdef BROWSER_AVAILABLE
|
||||
|
||||
Reference in New Issue
Block a user