mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
cfg: reorganize menu bar (#330)
## Link to GitHub Issue, if one exists n/a ## Description of change Add `Help` menu. Move Licenses and About dialog under Help. Add links to the wiki. Make game selection drop-down slightly wider to make better use of space that has been freed up. ## Testing tested in cfg (with/without game), and in-game overlay
This commit is contained in:
@@ -95,7 +95,7 @@ namespace overlay::windows {
|
||||
void build_about();
|
||||
void build_licenses();
|
||||
void build_launcher();
|
||||
void launch_shell(LPCSTR app, LPCSTR file);
|
||||
void launch_shell(LPCSTR app, LPCSTR file=nullptr);
|
||||
|
||||
static void build_page_selector(int *page);
|
||||
void build_menu(int *game_selected);
|
||||
|
||||
Reference in New Issue
Block a user