Skip to content

Commit

Permalink
before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Nov 13, 2020
1 parent fd709db commit 90f538e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions GameActivitySettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Newtonsoft.Json;
using Playnite.SDK;
using PluginCommon;
using System.Collections.Generic;
using System.Threading.Tasks;

Expand Down Expand Up @@ -163,6 +164,7 @@ public void EndEdit()
// This method should save settings made to Option1 and Option2.
plugin.SavePluginSettings(this);

PlayniteUiHelper.ResetToggle();
GameActivity.gameActivityUI.RemoveElements();
var TaskIntegrationUI = Task.Run(() =>
{
Expand Down
2 changes: 1 addition & 1 deletion Views/GameActivityView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<Grid Name="PART_DataLoad" Grid.RowSpan="2">
<ProgressBar IsIndeterminate="True" Width="350" Height="40" />
<TextBlock Text="{DynamicResource LOCDownloadingLabel}"
<TextBlock Text="{DynamicResource LOCLoadingLabel}"
Style="{DynamicResource BaseTextBlockStyle}"
HorizontalAlignment="Center" VerticalAlignment="Center" />
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: playnite-gameactivity-plugin
Name: GameActivity
Author: Lacro59
Version: 1.1.1
Version: 1.1.2
Module: GameActivity.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
2 changes: 1 addition & 1 deletion playnite-plugincommon

0 comments on commit 90f538e

Please sign in to comment.