mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-05 23:07:22 +02:00
fix #147
This commit is contained in:
@@ -297,7 +297,7 @@ class ConfigWindow:
|
||||
|
||||
def _delete_autostart(self):
|
||||
autostart_folder = os.path.join(bd.xdg_config_home, "autostart")
|
||||
autostart_file = autostart_folder + "mailnag.desktop"
|
||||
autostart_file = os.path.join(autostart_folder, "mailnag.desktop")
|
||||
if os.path.exists(autostart_file):
|
||||
os.remove(autostart_file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user