|
314 | 314 | </StackPanel>
|
315 | 315 | <!--#endregion-->
|
316 | 316 |
|
317 |
| - <!--#region Executable path--> |
| 317 | + <!--#region Executable--> |
318 | 318 | <TextBlock
|
319 | 319 | Grid.Row="9"
|
320 | 320 | Grid.Column="0"
|
321 | 321 | HorizontalAlignment="Right"
|
322 | 322 | VerticalAlignment="Center"
|
323 |
| - Text="Executable path: " /> |
| 323 | + Text="Executable: " /> |
324 | 324 | <TextBox
|
325 | 325 | Grid.Row="9"
|
326 | 326 | Grid.Column="2"
|
327 | 327 | VerticalAlignment="Center"
|
328 |
| - Text="{Binding SelectedLauncher.ExecutablePath, Mode=OneWay}" /> |
| 328 | + Text="{Binding SelectedLauncher.Executable, Mode=OneWay}" /> |
329 | 329 | <StackPanel
|
330 | 330 | Grid.Row="9"
|
331 | 331 | Grid.Column="4"
|
|
335 | 335 | <Button
|
336 | 336 | Background="#373737"
|
337 | 337 | Command="{Binding CopyToClipboardCommand}"
|
338 |
| - CommandParameter="{Binding SelectedLauncher.ExecutablePath}" |
| 338 | + CommandParameter="{Binding SelectedLauncher.Executable}" |
339 | 339 | ToolTip="Copy to clipboard">
|
340 | 340 | <Image
|
341 | 341 | Width="20"
|
|
359 | 359 | </StackPanel>
|
360 | 360 | <!--#endregion-->
|
361 | 361 |
|
362 |
| - <!--#region Executable--> |
363 |
| - <TextBlock |
364 |
| - Grid.Row="11" |
365 |
| - Grid.Column="0" |
366 |
| - HorizontalAlignment="Right" |
367 |
| - VerticalAlignment="Center" |
368 |
| - Text="Executable: " /> |
369 |
| - <TextBox |
370 |
| - Grid.Row="11" |
371 |
| - Grid.Column="2" |
372 |
| - VerticalAlignment="Center" |
373 |
| - Text="{Binding SelectedLauncher.Executable, Mode=OneWay}" /> |
374 |
| - <StackPanel |
375 |
| - Grid.Row="11" |
376 |
| - Grid.Column="4" |
377 |
| - HorizontalAlignment="Left" |
378 |
| - VerticalAlignment="Center" |
379 |
| - Orientation="Horizontal"> |
380 |
| - <Button |
381 |
| - Background="#373737" |
382 |
| - Command="{Binding CopyToClipboardCommand}" |
383 |
| - CommandParameter="{Binding SelectedLauncher.Executable}" |
384 |
| - ToolTip="Copy to clipboard"> |
385 |
| - <Image |
386 |
| - Width="20" |
387 |
| - Height="20" |
388 |
| - Margin="2" |
389 |
| - Source="/Resources/copy-white.png" /> |
390 |
| - </Button> |
391 |
| - </StackPanel> |
392 |
| - <!--#endregion--> |
393 |
| - |
394 | 362 | <!--#region IsInstalled-->
|
395 | 363 | <TextBlock
|
396 |
| - Grid.Row="13" |
| 364 | + Grid.Row="11" |
397 | 365 | Grid.Column="0"
|
398 | 366 | HorizontalAlignment="Right"
|
399 | 367 | VerticalAlignment="Center"
|
400 | 368 | Text="Is installed: " />
|
401 | 369 | <Image
|
402 |
| - Grid.Row="13" |
| 370 | + Grid.Row="11" |
403 | 371 | Grid.Column="2"
|
404 | 372 | Width="24"
|
405 | 373 | Height="24"
|
|
409 | 377 |
|
410 | 378 | <!--#region IsRunning-->
|
411 | 379 | <TextBlock
|
412 |
| - Grid.Row="15" |
| 380 | + Grid.Row="13" |
413 | 381 | Grid.Column="0"
|
414 | 382 | HorizontalAlignment="Right"
|
415 | 383 | VerticalAlignment="Center"
|
416 | 384 | Text="Is running: " />
|
417 | 385 | <Image
|
418 |
| - Grid.Row="15" |
| 386 | + Grid.Row="13" |
419 | 387 | Grid.Column="2"
|
420 | 388 | Width="24"
|
421 | 389 | Height="24"
|
422 | 390 | HorizontalAlignment="Left"
|
423 | 391 | Source="{Binding IsRunningLogo}" />
|
424 | 392 | <StackPanel
|
425 |
| - Grid.Row="15" |
| 393 | + Grid.Row="13" |
426 | 394 | Grid.Column="4"
|
427 | 395 | HorizontalAlignment="Left"
|
428 | 396 | VerticalAlignment="Center"
|
|
442 | 410 |
|
443 | 411 | <!--#region Installed games-->
|
444 | 412 | <TextBlock
|
445 |
| - Grid.Row="17" |
| 413 | + Grid.Row="15" |
446 | 414 | Grid.Column="0"
|
447 | 415 | HorizontalAlignment="Right"
|
448 | 416 | VerticalAlignment="Center"
|
449 | 417 | Text="Installed games: " />
|
450 | 418 | <TextBlock
|
451 |
| - Grid.Row="17" |
| 419 | + Grid.Row="15" |
452 | 420 | Grid.Column="2"
|
453 | 421 | HorizontalAlignment="Left"
|
454 | 422 | VerticalAlignment="Center"
|
|
0 commit comments