mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-09 11:15:41 +08:00
[GUI] Update window chrome controls (#700)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright (C) 2026 SharpEmu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
namespace SharpEmu.GUI;
|
||||
|
||||
internal readonly record struct WindowMaximizeButtonState(
|
||||
string Glyph,
|
||||
string ToolTip,
|
||||
string AutomationName);
|
||||
Reference in New Issue
Block a user