mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-18 03:02:07 +00:00
feat: add modman title handler for linux
This commit is contained in:
22
src/ModMan/Web/Platform/Linux/FaviconHandlerLinux.cpp
Normal file
22
src/ModMan/Web/Platform/Linux/FaviconHandlerLinux.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#include "AssetHandlerLinux.h"
|
||||
|
||||
#if defined(WEBVIEW_PLATFORM_LINUX) && defined(WEBVIEW_GTK)
|
||||
|
||||
#include "Web/UiAssets.h"
|
||||
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
|
||||
using namespace PLATFORM_NAMESPACE_LINUX;
|
||||
|
||||
namespace
|
||||
{
|
||||
} // namespace
|
||||
|
||||
namespace PLATFORM_NAMESPACE_LINUX
|
||||
{
|
||||
void InstallFaviconHandler(webview::webview& wv) {}
|
||||
} // namespace PLATFORM_NAMESPACE_LINUX
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user