gs-extensions-drop-down-terminal icon indicating copy to clipboard operation
gs-extensions-drop-down-terminal copied to clipboard

Transparency changes Opacity

Open picklehari opened this issue 5 years ago • 0 comments

Transparency slider changes opacity. In pref.js at line 200: transparencyLevelSpinButton.set_value(this._settings.get_uint(TRANSPARENCY_LEVEL_SETTING_KEY)) Should be replaced by: transparencyLevelSpinButton.set_value(100` - this._settings.get_uint(TRANSPARENCY_LEVEL_SETTING_KEY))

picklehari avatar Aug 17 '18 06:08 picklehari