This commit is contained in:
Simon Gardling 2022-03-09 13:25:17 -05:00
parent 20d8b1421c
commit 8bb3041750

View File

@ -238,7 +238,7 @@ cfg_if::cfg_if! {
const LICENSE_INFO: &str = "The AGPL license ensures that the end user, even if not hosting the program itself, is still guaranteed access to the source code of the project in question."; const LICENSE_INFO: &str = "The AGPL license ensures that the end user, even if not hosting the program itself, is still guaranteed access to the source code of the project in question.";
// The URL of the project // The URL of the project
const PROJECT_URL: &str = "https://github.com/Titaniumtown/YTBN_graphing_software"; const PROJECT_URL: &str = "https://github.com/Titaniumtown/YTBN-Graphing-Software";
// Stores settings // Stores settings
struct AppSettings { struct AppSettings {