Skip to content

Commit

Permalink
chore: disable switch backend button
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Apr 9, 2024
1 parent 9f393ef commit c610743
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -8845,7 +8845,8 @@ private void updateRowsIds() {
// disable send last logs
clearLogsRow = rowCount++;
}
if (BuildVars.DEBUG_VERSION) {
// na: disable switch backend button
if (BuildVars.DEBUG_VERSION && false) {
switchBackendRow = rowCount++;
}
versionRow = rowCount++;
Expand Down

0 comments on commit c610743

Please sign in to comment.