This commit is contained in:
2026-06-16 18:12:42 +07:00
parent 1889f1e032
commit f23f8ce89f
14 changed files with 46 additions and 22 deletions

View File

@@ -927,11 +927,13 @@ namespace VTabs
if (isWrapped)
RestoreDefaultBrowserGUI(browser);
/*
if (browser.GetPropertyValue<bool>("isLocked", exceptionIfNotFound: false))
{
browser.SetPropertyValue("isLocked", false, exceptionIfNotFound: false);
UpdateBrowserTitle(browser);
}
*/
return;
}