mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Put the appname back how it should be!
This commit is contained in:
@@ -33,7 +33,7 @@ from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path
|
||||
##########################################################################
|
||||
|
||||
# Name of the application to display in the UI
|
||||
APP_NAME = 'pgAdmin'
|
||||
APP_NAME = 'pgAdmin 4'
|
||||
APP_ICON = 'pg-icon'
|
||||
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user