Skip to content

Commit 5989f24

Browse files
committed
Update One More Theme
1 parent 76be8a5 commit 5989f24

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file is a running track of new features and fixes to each version of the panel released starting with `v1.6.3`.
44

5+
<h2>v1.6.5</h2>
6+
7+
<h3>Changed</h3>
8+
9+
- Updated `Flanco Theme` for the new version of the panel (Thanks for (MonkeySaint)[https://github.com/MonkeySaint/Flanco-Theme]).
10+
511
<h2>v1.6.4</h2>
612

713
<h3>Changed</h3>

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ while [ "$done" == false ]; do
141141
"Install Enola (Only $PENULTIMATE_VERSION and $LATEST_VERSION)"
142142
"Install Twilight (Only $PENULTIMATE_VERSION and $LATEST_VERSION)"
143143
"Install Zing Theme (Only 1.6.6 and 1.7.0)"
144-
"Install Flanco Theme (Only 1.6.6 and 1.7.0)"
144+
"Install Flanco Theme (Only 1.7.0 and 1.8.1)"
145145
"Install Background Video (Only 1.7.0 and 1.8.1)"
146146
"Install Animated Graphics (Only 1.6.6 and 1.7.0)"
147147

278 Bytes
Binary file not shown.

themes/version1.x/FlancoTheme/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ compatibility() {
124124
print "Checking if the addon is compatible with your panel..."
125125

126126
sleep 2
127-
if [ "$PANEL_VERSION" == "1.6.6" ] || [ "$PANEL_VERSION" == "1.7.0" ]; then
127+
if [ "$PANEL_VERSION" == "1.7.0" ] || [ "$PANEL_VERSION" == "1.8.1" ]; then
128128
print "Compatible Version!"
129129
else
130130
print_error "Incompatible Version!"

0 commit comments

Comments
 (0)