mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-02 16:09:47 +08:00
[GUI] Redesign options page (#699)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Copyright (C) 2026 SharpEmu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace SharpEmu.GUI.Controls.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// Numeric input whose native spinner is presented as a separate split button
|
||||
/// </summary>
|
||||
public sealed class SplitNumericUpDown : NumericUpDown;
|
||||
Reference in New Issue
Block a user