mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Correct negation is ISC
This commit is contained in:
@@ -826,7 +826,7 @@
|
||||
<Script>string GetDefaultFrameBackground()
|
||||
{
|
||||
source = null;
|
||||
if (!zuneUI:ZuneShell.DefaultInstance.CurrentPage is zuneUI:QuickplayPage)
|
||||
if (zuneUI:ZuneShell.DefaultInstance.CurrentPage is not zuneUI:QuickplayPage)
|
||||
{
|
||||
if (zuneUI:ZuneShell.DefaultInstance.CurrentPage is zuneUI:StartupPage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user