xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
520 stars 26 forks source link

Make it clear which record mode is selected #37

Closed danboid closed 10 months ago

danboid commented 2 years ago

It seems blue-recorder has two main record modes currently - window and area but the user has no way of telling which mode it is going to use when they hit record. The GUI needs to be changed somehow so that it is clear what is going to be recorded when they push record.

The most obvious and probably easiest to implement would be for either the 'Select a Window' or 'Select an area' button to be shown as depressed / selected (ie displayed in a slightly darker colour) to make it clear it is the currently selected record mode.

xlmnxp commented 2 years ago

I don't think it possible to implement it in correct UI

xlmnxp commented 10 months ago

added in #39