You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The startup time of Nicotine+ is pretty slow, which mainly stems from the fact that a lot of objects are initialized at startup, even if they're not needed yet or disabled (e.g. settings window, tray icon, plugin system). We should initialize things on-demand, which speeds up startup times a lot.