Update README
This commit is contained in:
@@ -7,7 +7,7 @@ A desktop application for building and organizing MTG card libraries and decks.
|
||||
* Create a library of owned cards
|
||||
* Import and Export Libraries
|
||||
|
||||
## Roadmap
|
||||
## TODO
|
||||
|
||||
* Organize cards in library
|
||||
* Build decklists from cards in collection
|
||||
|
||||
@@ -5,7 +5,7 @@ gi.require_version('Gdk', '3.0')
|
||||
from gi.repository import Gdk
|
||||
|
||||
# Title of the Program Window
|
||||
application_title = "MTG Collector (working title) v0.1"
|
||||
application_title = "MTG Collector (working title) v0.5"
|
||||
|
||||
# Path of image cache
|
||||
cache_path= os.path.dirname(__file__) + "/.cache/"
|
||||
|
||||
Reference in New Issue
Block a user