From 1c66e975222558e8cd80d8ce2cd083370fb157a2 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Tue, 12 Apr 2022 19:31:24 +0200 Subject: Database: Remove File View menu These options don't seem to apply to the database... Change-Id: I777073eeaed4099acf44996b95fa05b4c2b3abc4 --- apps/onplay.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index ee183450fa..7245ac2016 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1986,3 +1986,9 @@ int onplay(char* file, int attr, int from, bool hotkey) return onplay_result; } } + +int get_onplay_context(void) +{ + return context; +} + -- cgit v1.2.3