- when creating a nw project the user is asked if he wants to save the preferences

This commit is contained in:
Marius Stanciu
2021-08-18 01:31:58 +03:00
committed by Marius
parent db8a85c493
commit 08e6eaa084
3 changed files with 19 additions and 1 deletions

View File

@@ -1152,7 +1152,7 @@ class PreferencesUIManager:
:param silent: Whether to display a message in status bar or not; boolean
:param data_path: The path where to save the preferences file (current_defaults.FlatConfig)
When the application is portable it should be a mobile location.
When the application is portable it should be a mobile location.
:param first_time: Boolean. If True will execute some code when the app is run first time
:return: None
"""