diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-27 12:59:51 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-27 12:59:51 +0300 |
| commit | 69fb24f927bd0954a2765c71b09545df3fbba73c (patch) | |
| tree | 13ed723959316e5d4f184bd317416d51983ccce4 /Software/Visual_Studio/Tango.Settings | |
| parent | 8e42a217ebdfd87cdd7690052aabd53d4c3a3903 (diff) | |
| download | Tango-69fb24f927bd0954a2765c71b09545df3fbba73c.tar.gz Tango-69fb24f927bd0954a2765c71b09545df3fbba73c.zip | |
Refactored ColorLib CMake script on android to build whole directory !
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings')
| -rw-r--r-- | Software/Visual_Studio/Tango.Settings/StubsUI.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/StubsUI.cs b/Software/Visual_Studio/Tango.Settings/StubsUI.cs index 4a5ff6266..c0dea54ba 100644 --- a/Software/Visual_Studio/Tango.Settings/StubsUI.cs +++ b/Software/Visual_Studio/Tango.Settings/StubsUI.cs @@ -22,6 +22,11 @@ namespace Tango.Settings public List<String> LastTabs { get; set; } /// <summary> + /// Gets or sets a value indicating whether [automatic log response]. + /// </summary> + public bool AutoLogResponse { get; set; } + + /// <summary> /// Initializes a new instance of the <see cref="StubsUI"/> class. /// </summary> public StubsUI() |
