1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 08:56:32 -05:00

feat: Reduced clutter on game list

This commit is contained in:
Akatsuki Levi
2024-03-13 17:46:44 -03:00
parent 22f8b858a2
commit bd9f1695cf
7 changed files with 33 additions and 56 deletions

View File

@@ -611,7 +611,6 @@ struct Values {
Category::Network};
// WebService
Setting<bool> enable_telemetry{linkage, false, "enable_telemetry", Category::WebService};
Setting<std::string> web_api_url{linkage, "http://74.113.97.71:3000", "web_api_url",
Category::WebService};
Setting<std::string> suyu_username{linkage, std::string(), "suyu_username",