mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove trailing whitespace from Python files
This commit is contained in:
parent
1e33360c35
commit
89f0970a88
157 changed files with 562 additions and 562 deletions
|
@ -28,7 +28,7 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
class SliceInfo(QObject, Extension):
|
||||
"""This Extension runs in the background and sends several bits of information to the Ultimaker servers.
|
||||
|
||||
|
||||
The data is only sent when the user in question gave permission to do so. All data is anonymous and
|
||||
no model files are being sent (Just a SHA256 hash of the model).
|
||||
"""
|
||||
|
@ -59,7 +59,7 @@ class SliceInfo(QObject, Extension):
|
|||
|
||||
def messageActionTriggered(self, message_id, action_id):
|
||||
"""Perform action based on user input.
|
||||
|
||||
|
||||
Note that clicking "Disable" won't actually disable the data sending, but rather take the user to preferences where they can disable it.
|
||||
"""
|
||||
self._application.getPreferences().setValue("info/asked_send_slice_info", True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue