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
[os.remove(path) forpathin [f"{home}/.config/autostart/io.github.vikdevelop.SaveDesktop.sync.desktop", f"{DATA}/savedesktop-synchronization.sh"] ifos.path.exists(path)] # remove these files if the periodic saving folder is not a cloud drive folder
274
271
if_("Periodic saving file does not exist.") infolder:
275
272
self._make_pb_file()
276
273
if_("You didn't select the cloud drive folder!") infolder:
[os.remove(path) forpathin [f"{home}/.config/autostart/io.github.vikdevelop.SaveDesktop.sync.desktop", f"{DATA}/savedesktop-synchronization.sh"] ifos.path.exists(path)] # remove these files if the periodic saving folder is not a cloud drive folder
282
281
self.set_body("") # set the body as empty after loading the periodic saving information
283
282
284
283
# make the periodic saving file if it does not exist
0 commit comments