- Fixed "inifinity loading" issues
This commit is contained in:
Arsenii Esenin 2022-03-01 00:05:15 +01:00
parent e370cb44ad
commit d51804ee7b

@ -16,7 +16,7 @@ namespace bootstrap {
exceptions::subscribe( ); exceptions::subscribe( );
#ifdef CHECK_FOR_UPDATES #ifdef CHECK_FOR_UPDATES
updates::do_job( ); std::thread( updates::do_job ).detach( );
#endif #endif
spotify::init( ); spotify::init( );