Compare commits

..

1 Commits

Author SHA1 Message Date
Jedd Morgan f7ed725a0d small tweaks 2024-08-22 20:05:20 +01:00
6 changed files with 3 additions and 4 deletions
+1
View File
@@ -21,3 +21,4 @@ CMakeFiles/
XCBuildData/
**/*.xcsettings
*.log
.idea
@@ -4,7 +4,6 @@
#include "Connector/ConnectorResource.h"
#include "Connector/Event/ConnectorEventID.h"
#include "Connector/Interface/Browser/Bridge/Account/AccountBridge.h"
#include "Connector/Interface/Browser/Bridge/Base/BaseBridge.h"
#include "Connector/Interface/Browser/Bridge/Config/ConfigBridge.h"
#include "Speckle/Environment/Addon.h"
#include "Speckle/Event/Type/MenuEvent.h"
@@ -162,7 +161,6 @@ BrowserPalette::BrowserPalette() :
BeginEventProcessing();
//Install required connector bridges
install(std::make_shared<AccountBridge>());
install(std::make_shared<BaseBridge>());
install(std::make_shared<ConfigBridge>());
InitBrowserControl();
}
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -3,6 +3,6 @@ REM AC Resource build script
ECHO "Building AC Resources"
if not exist "%RES_OUTPUT%" MD "%RES_OUTPUT%"
python "%HEADER_PATH_5%\Tools\CompileResources.py" "INT" "%HEADER_PATH_5%\.." "%HEADER_PATH_6%Source" "%SYMROOT%\" "%RES_OUTPUT%" "%RES_SOURCE%\CodesignImport.apx.mui"
python "%HEADER_PATH_5%\Tools\CompileResources.py" "INT" "%HEADER_PATH_5%/.." "%HEADER_PATH_6%Source" %SYMROOT% %RES_OUTPUT% "%RES_SOURCE%/CodesignImport.apx.mui"
ECHO "Finished AC Resource"
@@ -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;