mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
11 lines
125 B
QML
11 lines
125 B
QML
|
import QtQml 2.14
|
||
|
|
||
|
QtObject {
|
||
|
enum Category {
|
||
|
Trending,
|
||
|
Recent,
|
||
|
Favorite,
|
||
|
Search
|
||
|
}
|
||
|
}
|