mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1266820
- Disable Screenshot in Bookmarks feature. r=grisha r=grisha
See code comment (and related bug) for details. MozReview-Commit-ID: EDzIBftjJRU --HG-- extra : rebase_source : 94721323a4372010941dcce034093d3f0d1ac95c
This commit is contained in:
parent
d720d7d792
commit
029b25ac6a
@ -345,5 +345,6 @@ public class AppConstants {
|
||||
false;
|
||||
//#endif
|
||||
|
||||
public static final boolean SCREENSHOTS_IN_BOOKMARKS_ENABLED = AppConstants.NIGHTLY_BUILD;
|
||||
// (bug 1266820) Temporarily disabled since no one is working on it.
|
||||
public static final boolean SCREENSHOTS_IN_BOOKMARKS_ENABLED = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user