You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/synchronization.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ def done(self):
155
155
os.system(f"notify-send 'Save Desktop Synchronization ({self.file})' '{_('The configuration has been applied!')}{_('Changes will only take effect after the next login')}' -i io.github.vikdevelop.SaveDesktop-symbolic")
156
156
157
157
# Remove this status file after finished operations
0 commit comments