Force window always on top, even if restacking order changes

This commit is contained in:
dec05eba
2024-11-02 11:56:01 +01:00
parent 6fbd8b0dd3
commit bfadff61d2
5 changed files with 27 additions and 15 deletions

View File

@@ -526,7 +526,7 @@ namespace gsr {
}
std::unique_ptr<CheckBox> SettingsPage::create_start_replay_on_startup() {
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, "Start replay automatically");
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, "Turn on replay automatically");
start_replay_automatically_ptr = checkbox.get();
return checkbox;
}