Skip to content

Commit 2d5ea31

Browse files
authored
Don't set ndv as the app name on qt (#50)
...carried over from ndv, whoopsie
1 parent d0975a2 commit 2d5ea31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scenex/app/_qt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ def create_app(self) -> Any:
158158
# otherwise create a new QApplication
159159
# must be stored in a class variable to prevent garbage collection
160160
QtAppWrap._APP_INSTANCE = qapp = QApplication(sys.argv)
161-
qapp.setOrganizationName("ndv")
162-
qapp.setApplicationName("ndv")
163161

164162
return qapp
165163

0 commit comments

Comments
 (0)