Skip to content

Commit df29caa

Browse files
committed
Push code for 1.22.2
1 parent ea2ea5f commit df29caa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/cobalt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt"
3-
version = "1.22.1"
3+
version = "1.22.2"
44
edition = "2021"
55

66
# 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

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ impl BasicMenuItemMethods for GlobalConfigMenuItem {
2828
// Close the Cobalt menu when entering the settings
2929
this.menu.close_anime_all();
3030

31+
TitleBar::close_header();
32+
33+
3134
// Initialize the menu
3235
ConfigSequence::create_bind(this.menu);
3336

0 commit comments

Comments
 (0)