readding random gp displaying
This commit is contained in:
@@ -241,6 +241,13 @@ void TracksScreen::init()
|
||||
}
|
||||
}
|
||||
|
||||
// Random GP
|
||||
/std::vector<std::string> screenshots;
|
||||
screenshots.push_back("gui/main_help.png");
|
||||
gps_widget->addAnimatedItem(translations->fribidize("Random"), "Random",
|
||||
screenshots, 1.5f, 0,
|
||||
IconButtonWidget::ICON_PATH_TYPE_ABSOLUTE);
|
||||
|
||||
gps_widget->updateItemDisplay();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user