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
|
* Create a library of owned cards
|
||||||
* Import and Export Libraries
|
* Import and Export Libraries
|
||||||
|
|
||||||
## Roadmap
|
## TODO
|
||||||
|
|
||||||
* Organize cards in library
|
* Organize cards in library
|
||||||
* Build decklists from cards in collection
|
* Build decklists from cards in collection
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ gi.require_version('Gdk', '3.0')
|
|||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
||||||
# Title of the Program Window
|
# 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
|
# Path of image cache
|
||||||
cache_path= os.path.dirname(__file__) + "/.cache/"
|
cache_path= os.path.dirname(__file__) + "/.cache/"
|
||||||
|
|||||||
Reference in New Issue
Block a user