Merged DR v1.2.0.0
This commit is contained in:
2
Gui.py
2
Gui.py
@@ -190,7 +190,7 @@ def guiMain(args=None):
|
||||
self.pages["startinventory"].content.pack(side=TOP, fill=BOTH, expand=True)
|
||||
|
||||
# Custom Controls
|
||||
self.pages["custom"].content = custom_page(self,self.pages["custom"])
|
||||
self.pages["custom"].content = custom_page(self, self.pages["custom"])
|
||||
self.pages["custom"].content.pack(side=TOP, fill=BOTH, expand=True)
|
||||
|
||||
def validation(P):
|
||||
|
||||
Reference in New Issue
Block a user