mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
"clipboard.plainTextOnly" removed
This commit is contained in:
@@ -436,9 +436,6 @@ user_pref("dom.disable_window_move_resize", true);
|
||||
//user_pref("accessibility.blockautorefresh", true);
|
||||
//user_pref("browser.meta_refresh_when_inactive.disabled", true);
|
||||
|
||||
// PREF: Plain Text only when copying text
|
||||
user_pref("clipboard.plainTextOnly", true);
|
||||
|
||||
// PREF: Controls if a double click word selection also deletes one adjacent whitespace
|
||||
// (if feasible). This mimics native behaviour on macOS.
|
||||
//user_pref("editor.word_select.delete_space_after_doubleclick_selection", true);
|
||||
|
||||
Reference in New Issue
Block a user