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
Currently backups are automatically created in the user's home directory whenever certain functions are used. If this happens should be user-configurable or choosable in the respective QMessageBoxes.
The text was updated successfully, but these errors were encountered:
- Clean separation between GUI, core functions and manager in-between
- Data source discovery rules in dataclasses with proper regexes
- Transfer of data sources via stored data
- Remove unnecessary path twiddling based on OS
- Use pathlib everywhere possible
- Less classes more functions WhereGroup#42
- Lots of renamings for clarity
- Qt6 compatible enums
- ...
Currently backups are automatically created in the user's home directory whenever certain functions are used. If this happens should be user-configurable or choosable in the respective
QMessageBox
es.The text was updated successfully, but these errors were encountered: