mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-05 09:33:46 +00:00
feat: Add multiplayer-room-overlay
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
<addaction name="action_Show_Status_Bar"/>
|
||||
<addaction name="action_Show_Performance_Overlay"/>
|
||||
<addaction name="action_Show_Vram_Overlay"/>
|
||||
<addaction name="action_Show_Multiplayer_Room_Overlay"/>
|
||||
<addaction name="action_Toggle_Grid_View"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menu_Reset_Window_Size"/>
|
||||
@@ -335,6 +336,17 @@
|
||||
<string>Show VRAM Monitor</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Show_Multiplayer_Room_Overlay">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show &Multiplayer Room Overlay</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Show Multiplayer Room Overlay</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Toggle_Grid_View">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user