Add mining yield view
Add a panel for displaying the mining yield. Display miner and drone yield. Only create the frontend in this commit.
This commit is contained in:
@@ -29,7 +29,8 @@ import gui.globalEvents as GE
|
||||
|
||||
class StatsPane(wx.Panel):
|
||||
DEFAULT_VIEWS = ["resourcesViewFull", "resistancesViewFull" ,"rechargeViewFull", "firepowerViewFull",
|
||||
"capacitorViewFull", "targetingmiscViewFull", "priceViewFull"]
|
||||
"capacitorViewFull", "targetingmiscViewFull",
|
||||
"priceViewFull", "miningyieldViewFull"]
|
||||
|
||||
def fitChanged(self, event):
|
||||
cFit = service.Fit.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user