mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 06:28:27 +03:00
feat(ui): temporary hidden repair game button
Marked as planned to be done in 3.1.0
This commit is contained in:
parent
3ccd66aa74
commit
e6c99ba59c
1 changed files with 3 additions and 2 deletions
|
@ -293,7 +293,8 @@ impl SimpleAsyncComponent for GeneralApp {
|
|||
set_title: &tr("game-voiceovers")
|
||||
},
|
||||
|
||||
gtk::Box {
|
||||
// TODO for 3.1.0
|
||||
/*gtk::Box {
|
||||
set_orientation: gtk::Orientation::Horizontal,
|
||||
set_spacing: 8,
|
||||
set_margin_top: 16,
|
||||
|
@ -301,7 +302,7 @@ impl SimpleAsyncComponent for GeneralApp {
|
|||
gtk::Button {
|
||||
set_label: &tr("repair-game")
|
||||
}
|
||||
}
|
||||
}*/
|
||||
},
|
||||
|
||||
add = &adw::PreferencesGroup {
|
||||
|
|
Loading…
Add table
Reference in a new issue