[O] Separate started flag

This commit is contained in:
Hykilpikonna
2019-12-21 20:20:06 -05:00
parent 311055a4c9
commit cf5c59fb78
+2 -1
View File
@@ -1,6 +1,6 @@
<template>
<div id="overall">
<el-progress v-if="progress !== -1" :text-inside="true" :percentage="progress"/>
<el-progress v-if="started" :text-inside="true" :percentage="progress()"/>
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
width="30%" style="word-break: unset;">
@@ -79,6 +79,7 @@
unread: Assignment[];
clearUnreadPrompt = false;
dontAskAgain = false;
started = false;
/**
* Mark as read progress