overlay: show name of analog control in popup title (#667)

This commit is contained in:
bicarus
2026-05-02 00:01:33 -07:00
committed by GitHub
parent af8d8dae9f
commit 7b862768b0
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace overlay::windows {
unsigned int get_keypad_top_row(const Button &button);
void build_analogs(const std::string &name, std::vector<Analog> *analogs);
void edit_analog_popup(Analog &analog);
void edit_analog_popup(Analog &analog, std::string title);
void update() override;
void stop_lights_test();