private void MainWindow_OnActivated(object sender, EventArgs e)
 {
     Influx.OnMainWindowActivated();
     UITheme.RefreshWindowsAccent();
     if (Options.TwitchExtensionMenuSelected && Options.OptionsStreamingTwitchExtension.AwaitingTwitchAccountConnection)
     {
         Options.OptionsStreamingTwitchExtension.RefreshTwitchAccounts();
     }
 }
示例#2
0
 private void MainWindow_OnActivated(object sender, EventArgs e)
 {
     Influx.OnMainWindowActivated();
     UITheme.RefreshWindowsAccent();
 }