mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
use static files to download from service
This commit is contained in:
parent
34ed21472a
commit
fc18b19a4b
3 changed files with 17 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ namespace MareSynchronos.UI
|
|||
private float _windowContentWidth = 0;
|
||||
|
||||
public CompactUi(WindowSystem windowSystem,
|
||||
UiShared uiShared, Configuration configuration, ApiController apiController) : base("Mare Synchronos " + Assembly.GetExecutingAssembly().GetName().Version)
|
||||
UiShared uiShared, Configuration configuration, ApiController apiController) : base("Mare Synchronos " + Assembly.GetExecutingAssembly().GetName().Version + "###MareSynchronosMainUI")
|
||||
{
|
||||
Logger.Verbose("Creating " + nameof(CompactUi));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue