mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-630: Do not check spelling of color scheme source.
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
</h3>
|
||||
|
||||
<!-- Custom color scheme details (internal representation -->
|
||||
<textarea class="custom-color-scheme-details" ng-model="model" ng-show="isCustom()"></textarea>
|
||||
<textarea class="custom-color-scheme-details" spellcheck="false"
|
||||
ng-model="model" ng-show="isCustom()"></textarea>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user