bubble notif when fullscreen is not supported + changed bubble colors

This commit is contained in:
yugecin
2017-01-18 11:59:30 +01:00
parent 57b29d7e91
commit 605dcec605
4 changed files with 10 additions and 7 deletions

View File

@@ -1372,7 +1372,7 @@ public class Options {
try {
container.setDisplayMode(width, height, isFullscreen());
} catch (Exception e) {
container.eventBus.post(new BubbleNotificationEvent("Failed to change resolution", BubbleNotificationEvent.COMMONCOLOR_RED));
container.eventBus.post(new BubbleNotificationEvent("Failed to change resolution", BubbleNotificationEvent.COLOR_RED));
Log.error("Failed to set display mode.", e);
}