mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Remove unnecessary os check
This commit is contained in:
parent
4a4e1397d4
commit
8a9ca14391
|
@ -1747,8 +1747,6 @@ class LegendaryCore:
|
||||||
self.overlay_update_available = version_info['buildVersion'] != installed.version
|
self.overlay_update_available = version_info['buildVersion'] != installed.version
|
||||||
|
|
||||||
def is_overlay_installed(self):
|
def is_overlay_installed(self):
|
||||||
if os.name != 'nt':
|
|
||||||
return False
|
|
||||||
return self.lgd.get_overlay_install_info() is not None
|
return self.lgd.get_overlay_install_info() is not None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in a new issue