mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 04:04:15 +02:00
gem selector sketch
This commit is contained in:
15
bauh/gems/flatpak/suggestions.py
Normal file
15
bauh/gems/flatpak/suggestions.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from bauh.api.abstract.model import SuggestionPriority
|
||||
|
||||
ALL = {
|
||||
'com.spotify.Client': SuggestionPriority.TOP,
|
||||
'com.skype.Client': SuggestionPriority.HIGH,
|
||||
'com.dropbox.Client': SuggestionPriority.MEDIUM,
|
||||
'us.zoom.Zoom': SuggestionPriority.MEDIUM,
|
||||
'org.telegram.desktop': SuggestionPriority.MEDIUM,
|
||||
'com.visualstudio.code': SuggestionPriority.LOW,
|
||||
'org.inkscape.Inkscape': SuggestionPriority.LOW,
|
||||
'org.libretro.RetroArch': SuggestionPriority.LOW,
|
||||
'org.kde.kdenlive': SuggestionPriority.LOW,
|
||||
'org.videolan.VLC': SuggestionPriority.LOW
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user