mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Fix for eddb system link when not docked.
This commit is contained in:
parent
eec82326c0
commit
5f1899473c
@ -254,7 +254,7 @@ class AppWindow:
|
||||
|
||||
self.cmdr['text'] = data.get('commander') and data.get('commander').get('name') or ''
|
||||
self.system['text'] = data.get('lastSystem') and data.get('lastSystem').get('name') or ''
|
||||
self.station['text'] = data.get('commander') and data.get('commander').get('docked') and data.get('lastStarport') and data.get('lastStarport').get('name') or (EDDB.system(self.system['text'] and '-' or ''))
|
||||
self.station['text'] = data.get('commander') and data.get('commander').get('docked') and data.get('lastStarport') and data.get('lastStarport').get('name') or (EDDB.system(self.system['text']) and '-' or '')
|
||||
|
||||
config.set('querytime', querytime)
|
||||
self.holdofftime = querytime + companion.holdoff
|
||||
|
Loading…
x
Reference in New Issue
Block a user