This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add settings::isPlugin.
tags/v2.0.0
Andrew Belt
3 years ago
parent
6be8c94a3d
commit
29ab1716fd
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
include/settings.hpp
+1
-0
src/settings.cpp
+ 1
- 0
include/settings.hpp
View File
@@ -25,6 +25,7 @@ namespace settings {
extern std::string settingsPath;
extern bool devMode;
extern bool headless;
extern bool isPlugin;
// Persistent state, serialized to settings.json.
+ 1
- 0
src/settings.cpp
View File
@@ -18,6 +18,7 @@ namespace settings {
std::string settingsPath;
bool devMode = false;
bool headless = false;
bool isPlugin = false;
std::string token;
bool windowMaximized = false;
Write
Preview
Loading…
Cancel
Save