Skip to content

Commit

Permalink
Returned to previous splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
squ1dd13 committed Jun 17, 2021
1 parent 69742f3 commit b5332ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn legal_splash_did_load(this: *mut Object, sel: Sel) {
msg_send![class!(UIColor), colorWithRed: 0.77 green: 0.089 blue: 0.102 alpha: 1.0];

let exempt_label: *mut Object =
create_label(bounds, "FUCK ALLTUTORIALS-JAYY", font, text_colour, 1);
create_label(bounds, "SA EXEMPT", font, text_colour, 1);
let _: () = msg_send![exempt_label, sizeToFit];

exempt_label
Expand Down

0 comments on commit b5332ad

Please sign in to comment.