mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
update mac files
This commit is contained in:
@@ -14,10 +14,10 @@ namespace MediaBrowser.Server.Mac
|
||||
|
||||
public override void AwakeFromNib()
|
||||
{
|
||||
//var statusItem = NSStatusBar.SystemStatusBar.CreateStatusItem(30);
|
||||
//statusItem.Menu = statusMenu;
|
||||
//statusItem.Image = NSImage.ImageNamed("f3bfd_Untitled-thumb");
|
||||
//statusItem.HighlightMode = true;
|
||||
var statusItem = NSStatusBar.SystemStatusBar.CreateStatusItem(30);
|
||||
statusItem.Menu = statusMenu;
|
||||
statusItem.Image = NSImage.ImageNamed("touchicon");
|
||||
statusItem.HighlightMode = true;
|
||||
}
|
||||
|
||||
partial void HelloWorld(NSObject sender)
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace MediaBrowser.Server.Mac
|
||||
{
|
||||
public partial class AppDelegate : NSApplicationDelegate
|
||||
{
|
||||
MainWindowController mainWindowController;
|
||||
//MainWindowController mainWindowController;
|
||||
|
||||
public AppDelegate ()
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,9 @@
|
||||
<RootNamespace>MediaBrowser.Server.Mac</RootNamespace>
|
||||
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
||||
<AssemblyName>MediaBrowser.Server.Mac</AssemblyName>
|
||||
<ApplicationIcon>..\MediaBrowser.WebDashboard\dashboard-ui\css\images\favicon.ico</ApplicationIcon>
|
||||
<ReleaseVersion>
|
||||
</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -100,4 +103,7 @@
|
||||
<Name>MediaBrowser.Server.Mono</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="touchicon.png" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
BIN
MediaBrowser.Server.Mac/touchicon.png
Normal file
BIN
MediaBrowser.Server.Mac/touchicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user