mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 17:27:05 +09:00
Force window always on top, even if restacking order changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user