Add media.openExternallyOnClick setting

Makes clicking on image open them externally and middle-clicking open
them in the mirage image viewer, the reverse of the default behavior.
This commit is contained in:
miruka
2020-07-22 00:14:15 -04:00
parent 0f1d0f336e
commit d00b29f076
2 changed files with 21 additions and 9 deletions

View File

@@ -284,6 +284,7 @@ class UISettings(JSONDataFile):
"autoPlayGIF": True,
"autoHideOSDAfterMsec": 3000,
"defaultVolume": 100,
"openExternallyOnClick": False,
"startMuted": False,
},
"keys": {