mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:27:58 +01:00
Toggle between values in a list for string/number options with invert.
This commit is contained in:
@@ -342,7 +342,7 @@ lookup:
|
||||
this.withSavedValues(["sourcing"], function () {
|
||||
this.sourcing = null;
|
||||
try {
|
||||
var file = io.File(util.getFile(filename) || filename);
|
||||
var file = util.getFile(filename) || io.File(filename);
|
||||
|
||||
if (!file.exists() || !file.isReadable() || file.isDirectory()) {
|
||||
if (!silent)
|
||||
|
||||
Reference in New Issue
Block a user