Skip to content

Enhancement #471 & Fix #543: Add settings panel

#471 (closed) - Enhancement is to add a settings panel. This is achieved through an new Adw.Window called from the main AppMenu. Variables is the setting panel are binded to the gschema.xml file:
repeat
replaygain
inhibit-suspend

Capture_d_écran_du_2022-08-21_13-21-58

#543 (closed) - There was a mix between the ids (gschema.xml, player.py). This is now fixed. The order is:
SHUFFLE = 0
SONG = 1
ALL = 2
NONE = 3

Closes: #471 (closed) #543 (closed)

Edited by Vincent Cottineau

Merge request reports