From 2548b85fcf64aedaad4c6edb42e18e19c6111599 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Jan 2021 19:01:31 +0300 Subject: attempt to sync Database menu root's position --- plugins/Db_autobackups/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Db_autobackups') diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 3695a19350..c18e12f932 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -95,7 +95,7 @@ static INT_PTR OnTogglePopups(WPARAM, LPARAM) static int ModulesLoad(WPARAM, LPARAM) { CMenuItem mi(&g_plugin); - mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500100000); + mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500000000); // Main menu items SET_UID(mi, 0x1439b1db, 0x7d95, 0x495b, 0xbf, 0x5, 0x3d, 0x21, 0xc1, 0xeb, 0xf7, 0x58); -- cgit v1.2.3