mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900595 - Once always send a report has been selected, selecting any other option is ignored with system crashes r=fabrice
This commit is contained in:
parent
83fbdfccee
commit
df0f224def
@ -428,6 +428,8 @@ SettingsListener.observe('app.reportCrashes', 'ask', function(value) {
|
|||||||
} else {
|
} else {
|
||||||
Services.prefs.clearUserPref('app.reportCrashes');
|
Services.prefs.clearUserPref('app.reportCrashes');
|
||||||
}
|
}
|
||||||
|
// This preference is consulted during startup.
|
||||||
|
Services.prefs.savePrefFile(null);
|
||||||
});
|
});
|
||||||
|
|
||||||
// ================ Updates ================
|
// ================ Updates ================
|
||||||
|
Loading…
Reference in New Issue
Block a user