Skip to content

Commit

Permalink
v 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Leiren committed Mar 7, 2023
1 parent ca83467 commit 76fb59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cd /opt
# rm -rf Npanel
mkdir -p Npanel
cd Npanel
wget "https://github.com/Leiren/Npanel/releases/download/v0.2.6alpha/linux-amd64.zip" -O npanel_linux_amd64.zip
wget "https://github.com/Leiren/Npanel/releases/download/v0.2.7alpha/linux-amd64.zip" -O npanel_linux_amd64.zip
unzip -o npanel_linux_amd64.zip
mv -f npanel.service /etc/systemd/system
sudo systemctl daemon-reload
Expand Down
2 changes: 1 addition & 1 deletion src/web/windows/views/server_status_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void server_status_frame()
ImGui::Button("Software Version", ImVec2(-FLT_MIN, 0.0f));
ImGui::TableNextColumn();
// ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0.246f, 0.836f, 0.051f, 0.65f));
ImGui::Button("0.2.6 Alpha", ImVec2(-FLT_MIN, 0.0f));
ImGui::Button("0.2.7 Alpha", ImVec2(-FLT_MIN, 0.0f));
// ImGui::PopStyleColor();

// ImGui::TableNextColumn();.
Expand Down

0 comments on commit 76fb59d

Please sign in to comment.