File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ async fn main() {
485485 let mut level_options_type: u8 = 1 ;
486486
487487 println ! ( "Getting latest version..." ) ;
488- let version: & str = "F-1.0.2 " ;
488+ let version: & str = "F-1.1.0 " ;
489489 let level_version: & str = "F-ALPHA" ;
490490 let latest_version: String = ureq:: get ( latest_version_url)
491491 . query ( "fyre" , "fyre" )
@@ -566,7 +566,7 @@ async fn main() {
566566 let mut chats: String = "" . to_string ( ) ;
567567 let mut chat_timer: Timer = Timer :: new ( 5.0 ) ;
568568 let ( sender, receiver) = crossbeam:: channel:: bounded :: < String > ( 1 ) ;
569- let old_theme: bool = false ;
569+ let old_theme: bool = true ;
570570 let menu_text_color: Color = if old_theme { WHITE } else { RED } ;
571571
572572 let mut cc_1001: Color = Color :: new ( 0.0 , 0.0 , 0.2 , 1.0 ) ;
You can’t perform that action at this time.
0 commit comments