mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +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 = () => {
|
||||
return window.app.settings.get("selection_longPress_timeout")
|
||||
return window.app.cores.settings.get("selection_longPress_timeout")
|
||||
}
|
||||
|
||||
renderItems = (data) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user