mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
use settings core
This commit is contained in:
parent
871ad08925
commit
20e232a92f
@ -275,7 +275,7 @@ export default class SelectableList extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getLongPressDelay = () => {
|
getLongPressDelay = () => {
|
||||||
return window.app.settings.get("selection_longPress_timeout")
|
return window.app.cores.settings.get("selection_longPress_timeout")
|
||||||
}
|
}
|
||||||
|
|
||||||
renderItems = (data) => {
|
renderItems = (data) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user