private void OnSave(object sender, EventArgs e)
        {
            conf.PushbulletToken = tokenInput.Text;
            conf.Write();

            MessageBox.Show("Your token has been saved. It will be used the next time you start the overlay.", "Saved!");
        }