File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Natsurainko.FluentLauncher Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ public InstanceConfig GetConfig(MinecraftInstance instance)
5151 instanceConfig = JsonNode . Parse ( File . ReadAllText ( configFile ) )
5252 . Deserialize ( InstanceConfigSerializerContext . Default . InstanceConfig )
5353 ?? throw new InvalidDataException ( ) ;
54+ instanceConfig . FilePath = configFile ;
5455 }
5556 catch
5657 {
Original file line number Diff line number Diff line change 173173 <DataTemplate x : DataType =" x:String" >
174174 <controls : SettingsCard >
175175 <controls : SettingsCard .Header>
176- <TextBlock Text =" {x:Bind}" TextTrimming =" CharacterEllipsis" />
176+ <TextBlock
177+ IsTextSelectionEnabled =" True"
178+ Text =" {x:Bind}"
179+ TextTrimming =" CharacterEllipsis" />
177180 </controls : SettingsCard .Header>
178181 <Button Grid.Column=" 2" CommandParameter =" {x:Bind}" >
179182 <StackPanel Orientation =" Horizontal" Spacing =" 5" >
You can’t perform that action at this time.
0 commit comments