diff options
author | Rahul P | 2020-08-08 20:28:53 +0530 |
---|---|---|
committer | GitHub | 2020-08-08 20:28:53 +0530 |
commit | a61c3edf10706ca0231b4441f84f801f0c9d4773 (patch) | |
tree | 6e494305c973ccb05951b76891ed50478953044f /src/frontEnd/Workspace.py | |
parent | 8255c72075ab3541e8b6cfa7facb4e016157a905 (diff) | |
parent | 64b9e0a32ce4eb90f362d6a6fa5e5ab19fa1e61f (diff) | |
download | eSim-a61c3edf10706ca0231b4441f84f801f0c9d4773.tar.gz eSim-a61c3edf10706ca0231b4441f84f801f0c9d4773.tar.bz2 eSim-a61c3edf10706ca0231b4441f84f801f0c9d4773.zip |
Merge pull request #157 from rahulp13/master
sync splash and app view; revert removal of system tray
Diffstat (limited to 'src/frontEnd/Workspace.py')
-rw-r--r-- | src/frontEnd/Workspace.py | 4 |
1 files changed, 2 insertions, 2 deletions
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") |