Add option to show the old title bar (#101)

This commit is contained in:
Luke Warner
2024-10-30 03:22:22 -04:00
committed by GitHub
parent 9c94db1130
commit 5845787325
26 changed files with 55 additions and 5 deletions

View File

@ -2,8 +2,8 @@ using Avalonia.Controls;
using Avalonia.Interactivity;
using Avalonia.Platform.Storage;
using Avalonia.VisualTree;
using Ryujinx.Ava.Common.Locale;
using Ryujinx.Ava.UI.ViewModels;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@ -17,6 +17,7 @@ namespace Ryujinx.Ava.UI.Views.Settings
public SettingsUiView()
{
InitializeComponent();
ShowTitleBarBox.IsVisible = OperatingSystem.IsWindows();
}
private async void AddGameDirButton_OnClick(object sender, RoutedEventArgs e)