added settings API + fixed bug (#62)

* added settings API + fixed bug

* removed redundant API funcs

* comment clarifications

---------

Co-authored-by: Wyatt <wyatt@modrinth.com>
This commit is contained in:
Wyatt Verchere
2023-04-03 13:46:04 -07:00
committed by GitHub
parent 6a05276a21
commit a13b7a2566
12 changed files with 140 additions and 22 deletions

View File

@@ -6,6 +6,7 @@ pub mod auth;
pub mod profile;
pub mod profile_create;
pub mod settings;
pub type Result<T> = std::result::Result<T, TheseusGuiError>;