refactor: rename Firefox related references to their relevant counterparts
This commit is contained in:
@@ -876,12 +876,12 @@ BrowserGlue.prototype = {
|
||||
if (updateChannel) {
|
||||
let uninstalledValue = lazy.WindowsRegistry.readRegKey(
|
||||
Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
|
||||
"Software\\Mozilla\\Firefox",
|
||||
"Software\\BrowserWorks\\Waterfox",
|
||||
`Uninstalled-${updateChannel}`
|
||||
);
|
||||
let removalSuccessful = lazy.WindowsRegistry.removeRegKey(
|
||||
Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
|
||||
"Software\\Mozilla\\Firefox",
|
||||
"Software\\BrowserWorks\\Waterfox",
|
||||
`Uninstalled-${updateChannel}`
|
||||
);
|
||||
if (removalSuccessful && uninstalledValue == "True") {
|
||||
|
||||
Reference in New Issue
Block a user