Skip to content

Commit

Permalink
Merge pull request #85 from shikhr/fix/autostart-manager-linux-bug
Browse files Browse the repository at this point in the history
Fix winreg import for Linux compatibility
  • Loading branch information
theJayTea authored Dec 30, 2024
2 parents 92be2ed + 1b6eb26 commit cd08579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Windows_and_Linux/ui/AutostartManager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import logging
import sys
import winreg

if sys.platform.startswith("win32"):
import winreg

class AutostartManager:
"""
Expand Down

0 comments on commit cd08579

Please sign in to comment.