1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 19:48:01 +02:00

linux build quick fix

This commit is contained in:
M0N7Y5 2024-08-27 05:48:22 +02:00
parent 5a31cc35ba
commit 81a2f95279
7 changed files with 3841 additions and 3828 deletions

View file

@ -13,7 +13,7 @@ using Beefy.utils;
using IDE.util;
namespace IDE.ui;
#if BF_PLATFORM_WINDOWS
class TerminalPanel : ConsolePanel
{
public override void Serialize(StructuredData data)
@ -57,4 +57,5 @@ class TerminalPanel : ConsolePanel
consoleProvider.Detach();
consoleProvider.Attach();
}
}
}
#endif