Skip to content

WIP: mainWindow.js: Change destructive-action to suggested-action on record button

The record button in the main view of the application uses a css class that colors it based off of whether it's destructive, suggested, or regular.

Previously, the record button used the red "destructive" color for the record button. As this is the main function of the application, as well as being entirely nondestructive but in fact productive, this wasn't sensible.

This has been changed from destructive-action to suggested-action, as it is more in line with the button's role as the main purpose of the application.

Closes https://gitlab.gnome.org/GNOME/gnome-sound-recorder/issues/36

Edited by kaestral (Adriene)

Merge request reports