Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update PdaMenu.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
user424242420 authored May 31, 2024
1 parent 90daa5e commit eeac079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/PDA/PdaMenu.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ public sealed partial class PdaMenu : PdaWindow

private TimeSpan shuttleEvacTimeSpan;


private string _pdaOwner = Loc.GetString("comp-pda-ui-unknown");
private string _owner = Loc.GetString("comp-pda-ui-unknown");
private string _jobTitle = Loc.GetString("comp-pda-ui-unassigned");
private string _stationName = Loc.GetString("comp-pda-ui-unknown");
private string _alertLevel = Loc.GetString("comp-pda-ui-unknown");
private string _timeLeftShuttle = Loc.GetString("comp-pda-ui-unknown");
private string _instructions = Loc.GetString("comp-pda-ui-unknown");
private string _balance = Loc.GetString("comp-pda-ui-unknown");
private string _balance = Loc.GetString("comp-pda-ui-unknown");\

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Invalid token '\' in class, record, struct, or interface member declaration

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Unexpected character '\'

Check failure on line 37 in Content.Client/PDA/PdaMenu.xaml.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Invalid token '\' in class, record, struct, or interface member declaration


private int _currentView;

Expand Down

0 comments on commit eeac079

Please sign in to comment.