Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 268747c

Browse files
authored
Merge pull request #6416 from luixxiul/restart-settings-language
Changing language settings prompts to restart the browser
2 parents e324e19 + 2facbdc commit 268747c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/about/preferences.js

+1
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,7 @@ class AboutPreferences extends React.Component {
18691869
aboutActions.changeSetting(key, value)
18701870
if (key === settings.HARDWARE_ACCELERATION_ENABLED ||
18711871
key === settings.DO_NOT_TRACK ||
1872+
key === settings.LANGUAGE ||
18721873
key === settings.PDFJS_ENABLED || key === settings.TORRENT_VIEWER_ENABLED ||
18731874
key === settings.SMOOTH_SCROLL_ENABLED || key === settings.SEND_CRASH_REPORTS) {
18741875
ipc.send(messages.PREFS_RESTART, key, value)

0 commit comments

Comments
 (0)