mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 417583: Find updates button needs disabling/hiding in some contexts. r=gavin.sharp
This commit is contained in:
parent
547881bcfb
commit
f42b2dfdd0
@ -361,6 +361,7 @@ function showView(aView) {
|
||||
case "plugins":
|
||||
prefURL = PREF_EXTENSIONS_GETMOREPLUGINSURL;
|
||||
types = [ [ ["plugin", "true", null] ] ];
|
||||
showCheckUpdatesAll = false;
|
||||
break;
|
||||
case "updates":
|
||||
document.getElementById("updates-view").hidden = false;
|
||||
|
Loading…
Reference in New Issue
Block a user