mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xbmc: add patch to remove windowed display mode
This commit is contained in:
parent
97259d9047
commit
97adc11fa7
@ -0,0 +1,13 @@
|
||||
diff --git a/xbmc/settings/GUIWindowSettingsCategory.cpp b/xbmc/settings/GUIWindowSettingsCategory.cpp
|
||||
index cbf0acb..f789e18 100644
|
||||
--- a/xbmc/settings/GUIWindowSettingsCategory.cpp
|
||||
+++ b/xbmc/settings/GUIWindowSettingsCategory.cpp
|
||||
@@ -2434,7 +2434,7 @@ DisplayMode CGUIWindowSettingsCategory::FillInScreens(CStdString strSetting, RES
|
||||
pControl->Clear();
|
||||
|
||||
CStdString strScreen;
|
||||
- if (g_advancedSettings.m_canWindowed)
|
||||
+ if (g_advancedSettings.m_canWindowed && !g_application.IsStandAlone())
|
||||
pControl->AddLabel(g_localizeStrings.Get(242), -1);
|
||||
|
||||
#if !defined(HAS_GLX)
|
Loading…
x
Reference in New Issue
Block a user