You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dropship/dropship/src/core/DashboardRender.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,10 @@ void renderNotice() {
177
177
{
178
178
ImGui::SameLine(262);
179
179
ImGui::SetCursorPosY(ImGui::GetCursorPosY() - 2);
180
-
ImGui::TextUnformatted("10/03/2025");
180
+
ImGui::TextUnformatted("12/01/2025");
181
181
182
-
ImGui::TextWrapped("GSG1 (Singapore) and GTK1 (Tokyo) have been updated, please let us know if you have issues.");
182
+
// ImGui::TextWrapped("GSG1 (Singapore) and GTK1 (Tokyo) have been updated, please let us know if you have issues.");
183
+
ImGui::TextWrapped("GSG1 and GMEC2 have been updated. \n\nPlease click the \"unblock\" button below - servers must be unblocked to apply the newest blocklist.\n\n:)");
183
184
// ImGui::TextWrapped("The blocklist has been updated, please let us know if you have any connection issues.");
184
185
// ImGui::TextWrapped("To report a connection issue: Please check which server you are connected to with CTRL");
0 commit comments