File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fn main() -> glib::ExitCode {
25
25
}
26
26
27
27
fn build_ui ( app : & Application ) {
28
- // Create a new custom window and show it
28
+ // Create a new custom window and present it
29
29
let window = Window :: new ( app) ;
30
30
window. present ( ) ;
31
31
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fn setup_shortcuts(app: &Application) {
34
34
// ANCHOR_END: main
35
35
36
36
fn build_ui ( app : & Application ) {
37
- // Create a new custom window and show it
37
+ // Create a new custom window and present it
38
38
let window = Window :: new ( app) ;
39
39
window. present ( ) ;
40
40
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ fn load_css() {
52
52
// ANCHOR_END: load_css
53
53
54
54
fn build_ui ( app : & Application ) {
55
- // Create a new custom window and show it
55
+ // Create a new custom window and present it
56
56
let window = Window :: new ( app) ;
57
57
window. present ( ) ;
58
58
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ fn setup_shortcuts(app: &Application) {
31
31
}
32
32
33
33
fn build_ui ( app : & Application ) {
34
- // Create a new custom window and show it
34
+ // Create a new custom window and present it
35
35
let window = Window :: new ( app) ;
36
36
window. present ( ) ;
37
37
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ fn setup_shortcuts(app: &adw::Application) {
35
35
36
36
// 👇 changed
37
37
fn build_ui ( app : & adw:: Application ) {
38
- // Create a new custom window and show it
38
+ // Create a new custom window and present it
39
39
let window = Window :: new ( app) ;
40
40
window. present ( ) ;
41
41
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn setup_shortcuts(app: &adw::Application) {
30
30
}
31
31
32
32
fn build_ui ( app : & adw:: Application ) {
33
- // Create a new custom window and show it
33
+ // Create a new custom window and present it
34
34
let window = Window :: new ( app) ;
35
35
window. present ( ) ;
36
36
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn setup_shortcuts(app: &adw::Application) {
30
30
}
31
31
32
32
fn build_ui ( app : & adw:: Application ) {
33
- // Create a new custom window and show it
33
+ // Create a new custom window and present it
34
34
let window = Window :: new ( app) ;
35
35
window. present ( ) ;
36
36
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ fn setup_shortcuts(app: &adw::Application) {
31
31
}
32
32
33
33
fn build_ui ( app : & adw:: Application ) {
34
- // Create a new custom window and show it
34
+ // Create a new custom window and present it
35
35
let window = Window :: new ( app) ;
36
36
window. present ( ) ;
37
37
}
You can’t perform that action at this time.
0 commit comments