From 39ab45e26d1c059302d154c24d01a847d69af273 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 8 Aug 2020 00:46:19 +0530 Subject: synced splash view and app view --- src/frontEnd/Workspace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontEnd/Workspace.py') diff --git a/src/frontEnd/Workspace.py b/src/frontEnd/Workspace.py index 58f56ce5..0a80d357 100644 --- a/src/frontEnd/Workspace.py +++ b/src/frontEnd/Workspace.py @@ -106,9 +106,9 @@ class Workspace(QtWidgets.QWidget): parent, children ) - var_appView.show() time.sleep(1.5) var_appView.splash.close() + var_appView.show() def close(self, *args, **kwargs): self.window_open_close = 1 @@ -166,9 +166,9 @@ class Workspace(QtWidgets.QWidget): parent, children ) - var_appView.show() time.sleep(1.5) var_appView.splash.close() + var_appView.show() def browseLocation(self): print("Function : Browse Location") -- cgit