mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Some checks failed
checkrefs / lfscheck (push) Has been cancelled
checkrefs / checkrefs (push) Has been cancelled
lint / cppcheck (push) Has been cancelled
lint / copyright (push) Has been cancelled
lint / jenkinsfiles (push) Has been cancelled
pre-commit / build (push) Has been cancelled
Add registerGlobalGuiPageHotkeys() to common/functions_utility.js to selectively register GUI page hotkeys Allow active GUI pages to close using their corresponding hotkey Move page_hotkeys.xml from gui/hotkeys/ to gui/ Update page_hotkeys.xml references in MainMenuItems and MenuButtons Add default tipScrolling fallback in TipsPage when no initData is provided
15 lines
424 B
XML
15 lines
424 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<page>
|
|
<include>common/modern/setup.xml</include>
|
|
<include>common/modern/styles.xml</include>
|
|
<include>common/modern/sprites.xml</include>
|
|
|
|
<include>common/setup.xml</include>
|
|
<include>common/sprites.xml</include>
|
|
<include>common/styles.xml</include>
|
|
|
|
<include>common/global.xml</include>
|
|
|
|
<include>hotkeys/sprites.xml</include>
|
|
<include>hotkeys/hotkeys.xml</include>
|
|
</page>
|