Skip to content

Commit 3901e38

Browse files
authored
Set download enhancements indicator and download notification panel to internal on Windows (#4028)
* Add feature flag for download enhancements indicator and download notification panel * Fix lint errors * revert unecessary changes
1 parent b63ebdb commit 3901e38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

overrides/windows-override.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,12 @@
14181418
"downloadContextMenu": {
14191419
"state": "enabled",
14201420
"minSupportedVersion": "0.131.0"
1421+
},
1422+
"downloadIndicatorEnhancements": {
1423+
"state": "internal"
1424+
},
1425+
"downloadNotificationPanel": {
1426+
"state": "internal"
14211427
}
14221428
}
14231429
},

0 commit comments

Comments
 (0)