Skip to content

Commit fda6068

Browse files
Update Readme
1 parent 700cb53 commit fda6068

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ Steps:
1919
- Use [`window_set_mode`](https://docs.godotengine.org/en/stable/classes/class_displayserver.html#class-displayserver-method-window-set-mode) to toggle it at runtime.
2020

2121
3. Call the required methods anywhere in your project:
22-
- To change status bar color
22+
- To change system bar color
2323
```
24-
SystemBarColorChanger.set_status_bar_color(color)
25-
```
26-
- To change navigation bar color
27-
```
28-
SystemBarColorChanger.set_navigation_bar_color(color)
24+
SystemBarColorChanger.set_system_bar_color(color)
2925
```
3026
- To enable translucent system bars
3127
```
32-
SystemBarColorChanger.set_translucent_system_bars(true)
28+
SystemBarColorChanger.set_translucent_system_bars(true)
3329
```
3430
- To disable translucent system bars
3531
```

0 commit comments

Comments
 (0)