We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2ea5f commit df29caaCopy full SHA for df29caa
crates/cobalt/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cobalt"
3
-version = "1.22.1"
+version = "1.22.2"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
crates/cobalt/src/sequences/mainmenu/cobaltmenu/sequences/settings.rs
@@ -28,6 +28,9 @@ impl BasicMenuItemMethods for GlobalConfigMenuItem {
28
// Close the Cobalt menu when entering the settings
29
this.menu.close_anime_all();
30
31
+ TitleBar::close_header();
32
+
33
34
// Initialize the menu
35
ConfigSequence::create_bind(this.menu);
36
0 commit comments