Skip to content

Commit

Permalink
- removed some useless stuff
Browse files Browse the repository at this point in the history
- testing on macOS now...
  • Loading branch information
EchterAlsFake committed Feb 2, 2025
1 parent 2d5ce6b commit c52a7a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,9 +1089,6 @@ def __init__(self, parent=None, start_installation=False, app_name="Porn Fetch")
if self._anonymous_mode:
self.anonymous_mode()

if self.conf.get("Setup", "tor") == "true":
logger.warning("You have enabled Tor! This feature is NOT implemented yet!")

self.check_ffmpeg() # Checks and sets up FFmpeg

VideoData().consistent_data.update({
Expand Down Expand Up @@ -1386,7 +1383,6 @@ def load_style(self):
self.ui.settings_button_help_model_videos.setStyleSheet(stylesheets["button_green"])
self.ui.settings_button_help_skip_existing_files.setStyleSheet(stylesheets["button_green"])
self.ui.settings_button_install_pornfetch.setStyleSheet(stylesheets["button_green"])
self.ui.settings_button_help_tor.setStyleSheet(stylesheets["button_green"])
self.ui.settings_button_help_anonymous_mode.setStyleSheet(stylesheets["button_green"])
self.ui.main_button_tree_automated_selection.setStyleSheet(stylesheets["button_purple"])
self.ui.main_button_tree_keyboard_shortcuts.setStyleSheet(stylesheets["button_blue"])
Expand Down

0 comments on commit c52a7a3

Please sign in to comment.