blueaxis / Cloe

Manga OCR snipping application for desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor settings tab component

blueaxis opened this issue · comments

  • Split BaseSettings into two components. One contains methods on initializations, saving, loading, and, resetting settings. The other component should handle connecting the methods to the UI.
  • Refactor child BaseSettingsTab classes to remove redundant methods.