#Can i disable Theme to install my own without repository getting dirty?
4 messages · Page 1 of 1 (latest)
ratos-theme you mean?
To make it stop complaining (you could just simply ignore it...) you'd have to publish your theme to github, then you can override the theme update manager entry in moonraker.conf by adding the following at the end:
[update_manager client RatOSTheme]
origin: https://github.com/yougithubusername/yourrepository.git
primary_branch: main
Gotcha. Thanks!