Skip to content

Commit

Permalink
Merge pull request #3
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
ojemineh authored Jun 9, 2021
2 parents 5626790 + beb9b66 commit 2026421
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions DayZLootEdit/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private async void SaveLootFile(string lFile = "")

}

// MAIN MENU
// MENU FILE

private void MnuFileOpen_Click(object sender, RoutedEventArgs e)
{
Expand Down Expand Up @@ -302,6 +302,8 @@ private void MnuFileExit_Click(object sender, RoutedEventArgs e)

}

// MENU EDIT

private void MnuEditSelectAll_Click(object sender, RoutedEventArgs e)
{
LootList.SelectAll();
Expand Down Expand Up @@ -669,6 +671,8 @@ private void MnuEditClearValue_Click(object sender, RoutedEventArgs e)
LootList.Focus();
}

// MENU HELP

private void MnuHelpGitHub_Click(object sender, RoutedEventArgs e)
{
string uriQuery = "https://github.com/ojemineh/DayZLootEdit";
Expand All @@ -683,7 +687,7 @@ private void MnuHelpInfo_Click(object sender, RoutedEventArgs e)

}

// PERCENT
// PERCENT FUNCTIONS

private void UpdatePercentControls()
{
Expand Down Expand Up @@ -760,7 +764,7 @@ private void btnPercent_Click(object sender, RoutedEventArgs e)

}

// FILTER
// FILTER FUNCTIONS

private void RefreshFilterListing()
{
Expand Down Expand Up @@ -1043,7 +1047,7 @@ private void chkFilterValue_Click(object sender, RoutedEventArgs e)
UpdateFilterExec();
}

// LOOT LIST
// LOOT LIST (DATA GRID)

private void LootList_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
Expand Down

0 comments on commit 2026421

Please sign in to comment.