feat(ui): temporary hidden repair game button

Marked as planned to be done in 3.1.0
This commit is contained in:
Observer KRypt0n_ 2023-03-04 19:36:50 +02:00
parent 3ccd66aa74
commit e6c99ba59c
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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 {