Skip to content

Commit

Permalink
v 0.2.8 udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Leiren committed Mar 8, 2023
1 parent 4345b3c commit c4be1bf
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 @@ -55,7 +55,7 @@ cd /opt
# rm -rf Npanel
mkdir -p Npanel
cd Npanel
wget "https://github.com/Leiren/Npanel/releases/download/v0.2.7alpha/linux-amd64.zip" -O npanel_linux_amd64.zip
wget "https://github.com/Leiren/Npanel/releases/download/v0.2.8alpha/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.7 Alpha", ImVec2(-FLT_MIN, 0.0f));
ImGui::Button("0.2.8 Alpha", ImVec2(-FLT_MIN, 0.0f));
// ImGui::PopStyleColor();

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

0 comments on commit c4be1bf

Please sign in to comment.