mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
Fix reading internal decompressor settings in macOS.
This commit is contained in:
@@ -121,8 +121,7 @@ public static class Settings
|
|||||||
|
|
||||||
Current.UseInternalDecompressor =
|
Current.UseInternalDecompressor =
|
||||||
parsedPreferences.TryGetValue("UseInternalDecompressor", out obj) &&
|
parsedPreferences.TryGetValue("UseInternalDecompressor", out obj) &&
|
||||||
bool.TryParse(((NSString)obj).ToString(), out bool b) &&
|
((NSNumber)obj).ToBool();
|
||||||
b;
|
|
||||||
|
|
||||||
prefsFs.Close();
|
prefsFs.Close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user