Skip to content

Commit

Permalink
Always allow editing the ride
Browse files Browse the repository at this point in the history
  • Loading branch information
Basssiiie committed Mar 25, 2024
1 parent 6b2a324 commit 700ff69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/mainWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const mainWindow = window({
tooltip: "Changes properties of the ride, that are not related to its vehicles.",
width: 100,
height: 14,
disabled: model._isEditDisabled,
onClick: () =>
{
const ride = model._selectedRide.get();
Expand Down Expand Up @@ -502,4 +501,4 @@ function positionSpinner(params: LabelledSpinnerParams & FlexiblePosition): Widg
params.tooltip = "The fantastic map location of your vehicle and where to find it. Only works when the vehicle is not moving.";
params._noDisabledMessage = true;
return labelSpinner(params);
}
}

0 comments on commit 700ff69

Please sign in to comment.