Disabled version notification to avoid confusion.

This commit is contained in:
Codenift 2020-03-16 08:53:59 -04:00
parent ad73c9bb4c
commit fec5ca6372
1 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,12 @@
</head>
<body>
<div id="Panel" class="sticky">
<?php echo $this->versionNotify();
<?php
/*
NOTE: Temporarily disabled version notification to avoid confusion,
Users can check current version in Settings > Status.
*/
//echo $this->versionNotify();
$sss = $this->SourceSwitchStatus();
$scs = $this->SourceConnectionStatus();
?>