mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
beta fixes
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MediaBrowser.ServerApplication
|
||||
//
|
||||
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
|
||||
notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||||
notifyIcon1.Text = "Media Browser";
|
||||
notifyIcon1.Text = "Emby";
|
||||
notifyIcon1.Visible = true;
|
||||
//
|
||||
// contextMenuStrip1
|
||||
@@ -162,7 +162,7 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
if (_appHost.IsFirstRun)
|
||||
{
|
||||
Action action = () => notifyIcon1.ShowBalloonTip(5000, "Media Browser", "Welcome to Media Browser Server!", ToolTipIcon.Info);
|
||||
Action action = () => notifyIcon1.ShowBalloonTip(5000, "Emby", "Welcome to Emby Server!", ToolTipIcon.Info);
|
||||
|
||||
contextMenuStrip1.Invoke(action);
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
this.lblStatus.Size = new System.Drawing.Size(469, 59);
|
||||
this.lblStatus.TabIndex = 0;
|
||||
this.lblStatus.Text = "Loading Media Browser";
|
||||
this.lblStatus.Text = "Loading Emby Server";
|
||||
this.lblStatus.UseWaitCursor = true;
|
||||
//
|
||||
// panel1
|
||||
@@ -162,7 +162,7 @@
|
||||
this.Name = "SplashForm";
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Media Browser";
|
||||
this.Text = "Emby";
|
||||
this.UseWaitCursor = true;
|
||||
this.panelMainContainer.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user