Compare commits

...

1 Commits

Author SHA1 Message Date
Jedd Morgan f7ed725a0d small tweaks 2024-08-22 20:05:20 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,3 +21,4 @@ CMakeFiles/
XCBuildData/
**/*.xcsettings
*.log
.idea
@@ -71,7 +71,7 @@ namespace speckle::record::cred {
speckle::utility::String m_token;
///Authorisation refresh token
speckle::utility::String m_refreshToken;
///?
///The account to have as the default selection in any UI
bool m_isDefault = false;
///True if the account is online
bool m_isOnline = true;