mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Add dark theme support #13
This commit is contained in:
@@ -22,6 +22,9 @@ class ClapperGeneralPage extends PrefsBase.Grid
|
||||
let spinButton = this.addSpinButton('Value (percentage)', 0, 200, 'volume-value');
|
||||
this._onVolumeInitialChanged(spinButton, comboBox);
|
||||
comboBox.connect('changed', this._onVolumeInitialChanged.bind(this, spinButton));
|
||||
|
||||
this.addTitle('Appearance');
|
||||
this.addCheckButton('Enable dark theme', 'dark-theme');
|
||||
}
|
||||
|
||||
_onVolumeInitialChanged(spinButton, comboBox)
|
||||
|
Reference in New Issue
Block a user