treewide: use boolToString function
This commit is contained in:
@@ -6,8 +6,6 @@ let
|
||||
|
||||
configVersion = 26;
|
||||
|
||||
boolToString = b: if b then "true" else "false";
|
||||
|
||||
cacheDir = "cache";
|
||||
lockDir = "lock";
|
||||
feedIconsDir = "feed-icons";
|
||||
|
||||
Reference in New Issue
Block a user