client: higher infobar priority for special folders

Fix #1349
This commit is contained in:
Cédric Bellegarde 2023-08-25 15:10:18 +02:00 committed by Niels De Graef
parent 18d6dd1a70
commit d054e19cff

View file

@ -25,7 +25,7 @@ public class Plugin.SpecialFolders :
private const string ACTION_EMPTY = "empty-folder";
// InfoBar priority
private const int PRIORITY = 0;
private const int PRIORITY = 10;
public FolderContext folders {