mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
reduce the alpha and strike thru text of completed tasks
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
package com.simplemobiletools.notes.pro.models
|
||||
|
||||
data class ChecklistItem(val id: Int, val title: String, val isDone: Boolean)
|
||||
data class ChecklistItem(val id: Int, var title: String, var isDone: Boolean)
|
||||
|
Reference in New Issue
Block a user