mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:28:58 +08:00
OnExitCallbackManager.py: Fix grammar
Grammatical correction of docstring
This commit is contained in:
parent
6df4d7677a
commit
6298bb50ce
@ -10,10 +10,10 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
#
|
||||
# This class manages all registered upon-exit checks that need to be perform when the application tries to exit.
|
||||
# For example, to show a confirmation dialog when there is USB printing in progress, etc. All callbacks will be called
|
||||
# in the order of when they got registered. If all callbacks "passes", that is, for example, if the user clicks "yes"
|
||||
# on the exit confirmation dialog or nothing that's blocking the exit, then the application will quit after that.
|
||||
# This class manages all registered upon-exit checks that need to be performed when the application tries to exit.
|
||||
# For example, show a confirmation dialog when there is USB printing in progress. All callbacks will be called
|
||||
# in the order of when they were registered. If all callbacks "pass", that is, for example, if the user clicks "yes"
|
||||
# on the exit confirmation dialog and nothing is blocking the exit, then the application will quit.
|
||||
#
|
||||
class OnExitCallbackManager:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user