mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
b691d358e5
Updates: #6829
11 lines
125 B
QML
11 lines
125 B
QML
import QtQml 2.14
|
|
|
|
QtObject {
|
|
enum Category {
|
|
Trending,
|
|
Recent,
|
|
Favorite,
|
|
Search
|
|
}
|
|
}
|